Contact Form Tutorial (Help)
5 posters
Page 1 of 1
Contact Form Tutorial (Help)
I tried to use this tutorial on my phpbb2 forum but with no result, tutorial is kinda a simple but for some reason it doesnt work, im doing everything like it says but all i got is blank page.
Here you can find this Contact Form Tutorial.
This might be very useful. Does anyone know the reason why its not working for my forum ?
Here you can find this Contact Form Tutorial.
This might be very useful. Does anyone know the reason why its not working for my forum ?
Re: Contact Form Tutorial (Help)
Please provide us URL of your HTML page so we can see if there is any problem with the code.
Light Elf- Forumember
- Posts : 144
Reputation : 11
Language : English
Re: Contact Form Tutorial (Help)
http://www.ufa-league.net/h13-form
here is the link i missed part of the code thats why it was blank, now its visable but doesnt work after i i fill the form and try to send, nothing happen, my mailbox is empty.
here is the link i missed part of the code thats why it was blank, now its visable but doesnt work after i i fill the form and try to send, nothing happen, my mailbox is empty.
Re: Contact Form Tutorial (Help)
The code I'm using looking like this:
- Code:
<form action="mailto:vito@ufa-league.net" method="post" enctype="text/plain">
<legend>Personal info</legend>
Name:<br>
<input type="text" name="name">
<br>
Mail:<br>
<input type="text" name="mail">
<br><br>
Which is your favorite color?<br>
I like red<input type="checkbox" name="color" value="Red"><br>
I like blue<input type="checkbox" name="color" value="Blue"><br>
I like yellow<input type="checkbox" name="color" value="Yellow"><br>
I like green<input type="checkbox" name="color" value="Green">
<br><br>Comments:<br><textarea name="comments" rows="6"
cols="65"></textarea>
</form>
<input type="submit" value="Send">
Re: Contact Form Tutorial (Help)
Hi,
Try this one
Try this one
- Code:
<form action="mailto:vito@ufa-league.net" method="post" enctype="text/plain">
<legend>Personal info</legend>
Name:<br>
<input type="text" name="name">
<br>
Mail:<br>
<input type="text" name="mail">
<br><br>
Which is your favorite color?<br>
I like red<input type="checkbox" name="color" value="Red"><br>
I like blue<input type="checkbox" name="color" value="Blue"><br>
I like yellow<input type="checkbox" name="color" value="Yellow"><br>
I like green<input type="checkbox" name="color" value="Green">
<br><br>Comments:<br><textarea name="comments" rows="6"
cols="65"></textarea><br>
<input type="submit" value="Send">
</form>
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: Contact Form Tutorial (Help)
I tried, and its better but still not like i expected.
Before, "send" button wasn't active at all right now after pressing this button its redirecting to Office Outlook, does it have to be like that ?
I thought that after pressing button this will send a message directly from a this form to my mailbox without any help from external programs, i think i have seen something like that in the past on other forummotin forum, any ideas how code like that should look like ?
Before, "send" button wasn't active at all right now after pressing this button its redirecting to Office Outlook, does it have to be like that ?
I thought that after pressing button this will send a message directly from a this form to my mailbox without any help from external programs, i think i have seen something like that in the past on other forummotin forum, any ideas how code like that should look like ?
Jophy- ForumGuru
- Posts : 17922
Reputation : 836
Language : English
Location : Somewhere
Similar topics
» Contact Form
» Issues With The Contact Form...
» Contact Form Logo
» Enlarge the "Send" button in the contact form
» can FM track IPs of those that send messages through the contact form
» Issues With The Contact Form...
» Contact Form Logo
» Enlarge the "Send" button in the contact form
» can FM track IPs of those that send messages through the contact form
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum