Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > BlueVoda Website Builder Forums > Forms

Notices

Forms Discussion and help related to designing and implementing forms in the BlueVoda Website Builder.

Reply
 
LinkBack Thread Tools
  #1  
Old 04-01-2008, 06:46 AM
Sergeant
 
Join Date: Mar 2008
Posts: 32
Default Helllllllppp!!!

OK, I have been having a problem with an autoresponder not working properly, so I moved to a new provider, deleted my sites and rebuilt my capture page and thankyou page. I thought it easier to start clean and did not know how to delete HTML. So now I have the HTML code installed but when I try to check the form it doesn't go to my thankyou page. Do I have to do something else? I have lost it!!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 04-01-2008, 08:24 AM
Sergeant
 
Join Date: Mar 2008
Posts: 32
Default Re: Helllllllppp!!!

My new provider is Get Response.
I have 2 pages my main page with the capture form in place and a second thankyou page called splash2. The properties of the form are Action: splash2.html with Multiform data selected. File extension of splash2 is html.

I have not added any php, as I don't think I have to or if I do I don't know how to generate that.

When I fill out the form it moves to my splash2 thankyou page but the form does not seem to be working.

Any clues?

Russ
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 04-01-2008, 08:41 AM
VodaHost's Avatar
General & Forum Administrator
 
Join Date: Mar 2005
Location: Wilmington, Delaware USA
Posts: 8,503
Default Re: Helllllllppp!!!

Get Response response provides plug and play code...You build your forms directly online with them...Then you apply the finished code to your site.
__________________
VodaHost
Your Website People!
1-302-283-3777 North America / International
07092887580 / United Kingdom

Military Ranking System Explained


Click Here to take the royal VodaHost Tour
Click Here for the VodaHost Help Centre & Tutorials
Got a question? - Try a forum search! Available at the top of every page!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 04-01-2008, 09:08 AM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,031
Default Re: Helllllllppp!!!

Your form must NOT submit to splash2.html.
It must submit to the Get Response script and from there the visitors will be redirected back to your own page, splash2.html.

Get the code from get Response. Place it is a html box in your page, and you are done. While setting up your autoresponder in Get Response, set the return page to be " http://www.yourdomain.com/splash2.html "
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 04-01-2008, 11:13 AM
Sergeant
 
Join Date: Mar 2008
Posts: 32
Default Re: Helllllllppp!!!

Hi Naval,
When you say the return page do you mean the Confirmation or Error page URL or both?

Thanks
Russ
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old 04-01-2008, 12:11 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,031
Default Re: Helllllllppp!!!

I mean the confirmation page. If you set it (in GetResponse) to be your "splash2.html" page, it will return there after the submission has taken place.
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old 04-02-2008, 03:33 AM
Sergeant
 
Join Date: Mar 2008
Posts: 32
Default Re: Helllllllppp!!!

Naval,
I have done all as suggested and the form doesn't work, I do not get an email to confirm and after filling out the form it doesn't go to my confirmation/thankyou page.

http://www.thematrixsyndicate.net/splash.html

http://www.thematrixsyndicate.net/splash2.html


This is the form code:

<!-- GetResponse subscription form | start -->

<form action="http://www.getresponse.com/cgi-bin/add.cgi" method="post" id="GRSubscribeForm" accept-charset="UTF-8">
<fieldset>
<table>


<tr>
<td>
<label for="GRCategory2">Your Name</label>:
</td>
<td><input type="text" name="category2" size="14" id="GRCategory2" /></td>
</tr><tr>
<td><label for="GRCategory3">Your E-Mail</label>:</td>
<td><input type="text" name="category3" size="14" id="GRCategory3" /></td>
</tr>

<tr><td><label for="GrCustom0">Your phone:</label></td><td><input type="text" size="14" id="GrCustom0" name="custom_phone"></input></td></tr>

<tr><td><label for="GrCustom1">Your time zone:</label></td><td><input type="text" size="14" id="GrCustom1" name="custom_time_zone"></input></td></tr>

<tr><td><label for="GrCustom2">Your best time to call:</label></td><td><input type="text" size="14" id="GrCustom2" name="custom_best_time_to_call"></input></td></tr>

</table>
<input type="submit" value="Get More Info!" />
<p>
Powered by <a href="http://www.getresponse.com" title="Email Marketing">GetResponse email marketing</a> software
</p>
</fieldset>
<input type="hidden" name="category1" value="tms" />
<input type="hidden" name="confirmation" value="http://www.thematrixsyndicate.net/splash2.html"/>
<input type="hidden" name="ref" value="000" />
<input type="hidden" name="getpostdata" value="get" />
</form>
<style>
<!--
/* form box */
#GRSubscribeForm fieldset {
width: 260px;
border: 0;
}

/* comment about GetResponse */
#GRSubscribeForm p {
font-size: x-small;
}

/* table used to position form elements */
#GRSubscribeForm table {
border: 0;
}

-->
</style>
<!-- GetResponse subscription form | end -->


Do I have to have anything in the Action box of Form Properties?

Hopefully I am getting there.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old 04-02-2008, 06:24 AM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,031
Default Re: Helllllllppp!!!

No, just paste all of the above code in a html box in your page, i tested it and it works just fine.
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old 04-02-2008, 06:34 AM
Sergeant
 
Join Date: Mar 2008
Posts: 32
Default Re: Helllllllppp!!!

Naval,
It is pasted and the site has been published but when I fill out the form I don't get an email from Get Response to confirm.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old 04-02-2008, 06:36 AM
Sergeant
 
Join Date: Mar 2008
Posts: 32
Default Re: Helllllllppp!!!

It still doesn't take me to the splash2 page either.
Do I need a .php?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old 04-02-2008, 06:41 AM
Sergeant
 
Join Date: Mar 2008
Posts: 32
Default Re: Helllllllppp!!!

Better still, what can I send you for you to fix it for me? I will pay whatever the rate is.
Russ
That way I will be able to see the pages in BV so I will be able to do others correctly. I may have something wrong in BV
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #12  
Old 04-02-2008, 07:34 AM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 9,031
Default Re: Helllllllppp!!!

Contact me at www.dbtechnosystems.com/contact.php
__________________
Navaldesign
Logger Lite: Low Cost, Customizable, multifeatured Login script
Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 02:42 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2007 VodaHost.com - All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54