View previous topic :: View next topic |
Author |
Message |
sseiwerth
Joined: 24 Apr 2012 Posts: 2
|
Posted: Thu May 03, 2012 1:47 pm Post subject: Wix Flash website redirect page error |
|
|
1) When I submit my application form it redirects the page to my home page within the "application form" field. ((Looks like a mini website within my website))
What I would like it to do is go back to the application form only - not a page on my site
I need them to be able to submit multiple applications if they need to. Can this also be done?
2) Once an application is submitted I have to log out of the site and log back in to get the form back. Any way to change this?
3) I would also like to add additional questions to this application form, but every time I try only 1/2 the form comes up. Is this something with my Wix site? Am I limited to only so many fields?
I have read other issues about this topic and nothing seems to help. The contact form was very easy to use and paste in my Wix website (upgraded). I would hate to have to find a different site to use.
Thanks in advance for your help. |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Fri May 04, 2012 5:39 am Post subject: Reply |
|
|
Good Day,
This sounds like an issue with Wix, but I cannot diagnose it without seeing a live version of the form and being able to test submit it. Please post a link to the form.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
sseiwerth
Joined: 24 Apr 2012 Posts: 2
|
Posted: Fri May 04, 2012 5:48 am Post subject: Wix Flash website redirect page error |
|
|
my contact form is called Application and also contact us (this form does the same for the redirect page)
website is www.propertyappealinc.com
In order to get to the application form, you will need to click on one of the links under "Taking application for townships" - this is on the home page at the bottom.
Thank you for looking into this. |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Mon May 07, 2012 7:39 pm Post subject: Re: Wix Flash website redirect page error |
|
|
sseiwerth wrote: |
my contact form is called Application and also contact us (this form does the same for the redirect page)
website is www.propertyappealinc.com
In order to get to the application form, you will need to click on one of the links under "Taking application for townships" - this is on the home page at the bottom.
Thank you for looking into this. |
Please try changing the following line in your HTML code:
Code: |
<form name="contactForm" id="contactForm" method="post" action="http://www.mycontactform.com/sendform/sendform.php" style="width: 100%; border: 0px solid #000000; margin: 0; padding: 0; background-color: #FFFFFF;"> |
To:
Code: |
<form name="contactForm" id="contactForm" method="post" action="http://www.mycontactform.com/sendform/sendform.php" style="width: 100%; border: 0px solid #000000; margin: 0; padding: 0; background-color: #FFFFFF;" target="_parent"> |
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
|