The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Contact Form Tutorial (Help)

5 posters

Go down

Solved Contact Form Tutorial (Help)

Post by Vito-UFA August 21st 2011, 11:35 pm

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 ?
Vito-UFA
Vito-UFA
Forumember

Male Posts : 118
Reputation : 6
Language : polish/english
Location : Lodz

http://www.ufa-league.net/forum

Back to top Go down

Solved Re: Contact Form Tutorial (Help)

Post by Light Elf August 22nd 2011, 12:42 am

Please provide us URL of your HTML page so we can see if there is any problem with the code.
Light Elf
Light Elf
Forumember

Posts : 144
Reputation : 11
Language : English

Back to top Go down

Solved Re: Contact Form Tutorial (Help)

Post by Vito-UFA August 22nd 2011, 1:19 am

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.
Vito-UFA
Vito-UFA
Forumember

Male Posts : 118
Reputation : 6
Language : polish/english
Location : Lodz

http://www.ufa-league.net/forum

Back to top Go down

Solved Re: Contact Form Tutorial (Help)

Post by Vito-UFA August 23rd 2011, 9:56 pm

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">
Does anyone know what is wrong ? Why I'm not recieving any messages,, simple "send" button doesnt work. Sad
Vito-UFA
Vito-UFA
Forumember

Male Posts : 118
Reputation : 6
Language : polish/english
Location : Lodz

http://www.ufa-league.net/forum

Back to top Go down

Solved Re: Contact Form Tutorial (Help)

Post by Nera. August 24th 2011, 12:20 am

Hi,

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.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Solved Re: Contact Form Tutorial (Help)

Post by Vito-UFA August 27th 2011, 6:16 pm

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 ?
Vito-UFA
Vito-UFA
Forumember

Male Posts : 118
Reputation : 6
Language : polish/english
Location : Lodz

http://www.ufa-league.net/forum

Back to top Go down

Solved Re: Contact Form Tutorial (Help)

Post by Susan1814 August 27th 2011, 6:26 pm

To make life easier, try these contact form builders:

Freedback
123ContactForm
Emailmeform
Susan1814
Susan1814
Forumember

Female Posts : 112
Reputation : 0
Language : English
Location : London, United Kingdom

http://themusiclub.forums.fm

Back to top Go down

Solved Re: Contact Form Tutorial (Help)

Post by Vito-UFA August 29th 2011, 12:03 pm

Thx Susan thx Nera solved for me those forms are pretty cool.
Vito-UFA
Vito-UFA
Forumember

Male Posts : 118
Reputation : 6
Language : polish/english
Location : Lodz

http://www.ufa-league.net/forum

Back to top Go down

Solved Re: Contact Form Tutorial (Help)

Post by Jophy August 29th 2011, 1:07 pm

Solved!
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum