Back to myContactForm.com - Easy email form creation and processing for your web site
myContactForm.com - Help Forum Forum Index myContactForm.com - Help Forum
Have a question that you need answered about myContactForm.com? Post it on this message board but first search this forum and read out FAQ to ensure it has not already been answered. This is not a board to post links to your site! SPAM will be deleted!
 
   Search MessagesSearch Messages
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Hello Want some help with my form.

 
Post new topic   Reply to topic    myContactForm.com - Help Forum Forum Index -> Form Management
View previous topic :: View next topic  
Author Message
vincentsbikeshop@hotmail.



Joined: 19 Apr 2007
Posts: 7

PostPosted: Mon Mar 04, 2013 9:00 am    Post subject: Hello Want some help with my form. Reply with quote

Hello I represent the company that has this site
http://www.vincents.se/

Currently I have made a form and it works fine
http://www.vincents.se/mc-formedling-formular-i-106.aspx

However if you finish the form (you only need to fill out the red *) and klick the submit button you will come to a thank you page with a link in it. If you klick that link there is an app with some general information about bikes. Is it possible to get this app to show up in a new tab? I noticed that it has the same link as the form so it might not be possible.

Thanks for your time. Wink
Back to top
View user's profile
mycontac
Site Admin


Joined: 31 Dec 2003
Posts: 2860

PostPosted: Tue Mar 05, 2013 4:15 am    Post subject: Reply with quote

Good Day,

Since you are embedded the form into a framed web site, there are a few options. What you will want to do is add a target="" attribute to the opening <form> tag. In your case, you'll change the following line:

Code:
<form id="contactForm" style="width: 100%; border: 0px solid #000000; margin: 0; padding: 0; background-color: #ffffff;" action="http://www.mycontactform.com/sendform/sendform.php" method="post" name="contactForm">


To:

Code:
<form id="contactForm" style="width: 100%; border: 0px solid #000000; margin: 0; padding: 0; background-color: #ffffff;" action="http://www.mycontactform.com/sendform/sendform.php" method="post" name="contactForm" target="_parent">


The _parent value for the target attribute means that the form will open into the main frame window, which is probably what you want. If you want it to open into a new browser window, use the _blank value for the target attribute.

Nick Ladd
myContactForm.com
Back to top
View user's profile
vincentsbikeshop@hotmail.



Joined: 19 Apr 2007
Posts: 7

PostPosted: Thu Mar 07, 2013 3:03 am    Post subject: Reply with quote

Thanks for the answer we changed direction so we sadly won't need the advice any longer but it will still be useful in the future. Very Happy
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic    myContactForm.com - Help Forum Forum Index -> Form Management All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB 2.0.11 © 2001, 2002 phpBB Group