Forum Moderators: open

Message Too Old, No Replies

Redirect after submitting form

         

mountainglass

7:53 pm on Apr 22, 2014 (gmt 0)

10+ Year Member



Hello

I would like a basic Thank you page to pop up after a form has been submitted. As of now the redirect is going to a random section of the webpage header. The form was created within the program we use - netsuite. I am not sure where to put the thank you page HTML in the code. I tried dropping it in, in a few places, but none seemed to work. Any help would be greatly appreciated.

<snip>



</a></td>
<td width="10%">&nbsp;
</td>
<td style="VERTICAL-ALIGN: top" width="50%"><iframe height="500" src="https://forms.example.com/app/site/crm/externalleadpage.nl?compid=337137&amp;formid=2&amp;h=b75bd4649477fb8fbf16&amp;whence=&amp;redirect_count=1&amp;did_javascript_redirect=T" frameborder="0" width="500" scrolling="no"> </iframe><br></td></tr></tbody></table>


<snip>

[edited by: incrediBILL at 8:12 pm (utc) on Apr 22, 2014]
[edit reason] URls removed and exemplified. No Site Reviews. Please see forum charter and TOS. [/edit]

incrediBILL

11:21 pm on May 22, 2014 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



I noticed this is a little old but did you resolve your issue?

If yes, please share the answer!

If no, I'll see if I can find someone that can help with this specific problem.

lucy24

12:47 am on May 23, 2014 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



In any case it would be a javascript question wouldn't it? Doesn't seem like something you could do with html alone.

Crystal ball says Mrs incrediBill backed him into a corner and said if he doesn't have anything better to do he might look into cleaning the garage ... causing all sorts of urgent moderatorial duties to rear their heads.

phranque

3:34 am on May 23, 2014 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



welcome to WebmasterWorld, mountainglass!


you could be talking about one of two things:
- you could initiate a popup using a javascript event fired by the form submit action.
- you could initiate a popup window from the document that is the response to the form POST/GET request.