-
1. Re: i have two forms. i need redirect to second form after succeed first form.how can i do that in business catalyst
Liam Dilley Aug 18, 2014 3:18 PM (in response to laksithakumara)You can go through the multi step form process:
Splitting a Web Form across multiple pages
Or just make a custom landing page that has the form on it:
-
2. Re: i have two forms. i need redirect to second form after succeed first form.how can i do that in business catalyst
laksithakumara Aug 18, 2014 5:47 PM (in response to Liam Dilley)That is my Form Action .<form action="/MemberProcess.aspx" onsubmit="return ch
eckWholeForm59539(this)" enctype="multipart/form-data" method="post" name="catupdatedetailsformform59539">How can i do?
-
3. Re: i have two forms. i need redirect to second form after succeed first form.how can i do that in business catalyst
Liam Dilley Aug 18, 2014 8:27 PM (in response to laksithakumara)Now you need to provide a bit more on what you are doing.
Your using not a custom web form. So your doing something different and you need to also read the links I posted through.
-
4. Re: i have two forms. i need redirect to second form after succeed first form.how can i do that in business catalyst
laksithakumara Aug 18, 2014 8:36 PM (in response to Liam Dilley)first form updated (not insert) after succeed.i want redirect second form.
-
5. Re: i have two forms. i need redirect to second form after succeed first form.how can i do that in business catalyst
Liam Dilley Aug 18, 2014 8:49 PM (in response to laksithakumara)So your looking to update someones details and then after present them with another form?
Will that always be the case?
If so, in the System Messages layouts there is one called - UpdateDetailsConfirmation
In there you can add the other form.
-
6. Re: i have two forms. i need redirect to second form after succeed first form.how can i do that in business catalyst
laksithakumara Aug 18, 2014 8:59 PM (in response to Liam Dilley)<form action="/MemberProcess.aspx?PageID=/personal-information" onsubmit="return ch
eckWholeForm59539(this)" enctype="multipart/form-data" method="post" name="catupdatedetailsformform59539">thanks its working


