Contact Form

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
AhmedBR
AppGini Super Hero
AppGini Super Hero
Posts: 327
Joined: 2013-09-19 10:23

Contact Form

Post by AhmedBR » 2016-04-11 01:47

I was looking for a PHP email form and came across these, nice, Free and Full Code included, very easy to use with Appgini:

http://www.html-form-guide.com/email-fo ... -form.html

http://www.html-form-guide.com/contact- ... hment.html

Enjoy :D
AppGini 22.14 - xampp 3.3.0 - PHP 7.4.30 - Summary reports - Calendar - Mass update - Messages - AppGiniHelper

webinar
Posts: 1
Joined: 2016-05-13 05:06

Re: Contact Form

Post by webinar » 2016-05-13 05:37

AhmedBR wrote:I was looking for a PHP email form and came across these, nice, Free and Full Code included, very easy to use with Appgini:

http://www.html-form-guide.com/email-fo ... -form.html

http://www.html-form-guide.com/contact- ... hment.html

Enjoy :D
Thanks AhmedBR for these useful links. I am also looking to incorporate a simple and efffective php email form so this will come very handy to me.

AhmedBR
AppGini Super Hero
AppGini Super Hero
Posts: 327
Joined: 2013-09-19 10:23

Re: Contact Form

Post by AhmedBR » 2016-05-16 20:09

You are welcome.

You can check one of them in use with APPGini app at this link:

http://www.telebolo.com/sistema/contactform.php
AppGini 22.14 - xampp 3.3.0 - PHP 7.4.30 - Summary reports - Calendar - Mass update - Messages - AppGiniHelper

lawrencekeru
Posts: 29
Joined: 2016-06-24 02:51

Re: Contact Form

Post by lawrencekeru » 2016-08-25 10:04

Hi AhmedBR,

From this example http://www.telebolo.com/sistema/contactform.php

How did you manage to get the same look and feel of this page same as your Application.

I have done as below

Code: Select all

<?php
	//$currDir = dirname(__FILE__);
	include("../defaultLang.php");
	include("../language.php");
	include("../lib.php");

	include_once("../header.php");
?>
<html>
<head>
	<meta charset="UTF-8" />
	<title>Rental Reminder Form</title>
	<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
But the CSS is distorted. see how it looks like. How can i fix it? See the image below
contactform.PNG
contactform.PNG (50.57 KiB) Viewed 6388 times

lawrencekeru
Posts: 29
Joined: 2016-06-24 02:51

Re: Contact Form

Post by lawrencekeru » 2016-08-26 09:58

I managed to fix it, Thank you!

grimblefritz
AppGini Super Hero
AppGini Super Hero
Posts: 336
Joined: 2015-12-23 16:52

Re: Contact Form

Post by grimblefritz » 2016-08-26 12:51

It might be helpful to someone else to know how you fixed it.

AhmedBR
AppGini Super Hero
AppGini Super Hero
Posts: 327
Joined: 2013-09-19 10:23

Re: Contact Form

Post by AhmedBR » 2016-08-27 22:12

Hi there,

There is a tutorial step by step at this link (I used the same myself to do my page):

http://bigprof.com/appgini/help/advance ... cess-pages
AppGini 22.14 - xampp 3.3.0 - PHP 7.4.30 - Summary reports - Calendar - Mass update - Messages - AppGiniHelper

lawrencekeru
Posts: 29
Joined: 2016-06-24 02:51

Re: Contact Form

Post by lawrencekeru » 2016-09-01 08:48

Hi grimblefritz ,

Just ensure that the contact form page and the pages you are including reside in the same directory.

Post Reply