Hi all,
I have defined a content part HTML in my site.
In this HTML content part I have put a form which submits the form to a Java servlet.
However after a submit the Java servlet returns with a blank screen.
I thought that <input type="hidden" name="redirect" value="http://www.wintergidsen.nl/phpwcms/inde ... ,7,0,0,1,0" id="redirect" /> would redirect to the given page, however this doesn't work.
Is there any other way to redirect to a page after submitting a form?
Ciao,
Johan.
[HTML form] redirect after submit
Hello vvo
You have the follow Code insert to HTML CONTENT PART in your ARTICLE
This Code has a FAILURE. The correct Code i think is this one
Ithink the last SLASH ( / ) is to much
Greets by Ghost25
You have the follow Code insert to HTML CONTENT PART in your ARTICLE
Code: Select all
<input type="hidden" name="redirect" value="http://www.wintergidsen.nl/phpwcms/index.php?id=1,7,0,0,1,0" id="redirect" />
Code: Select all
<input type="hidden" name="redirect" value="http://www.wintergidsen.nl/phpwcms/index.php?id=1,7,0,0,1,0" id="redirect">
Greets by Ghost25