• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

i have two forms. i need redirect to second form after succeed first form.how can i do that in business catalyst

New Here ,
Aug 18, 2014 Aug 18, 2014

Copy link to clipboard

Copied

i have two forms. i need redirect to second form after succeed first form.how can i do that in business catalyst

TOPICS
CRM

Views

826

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 18, 2014 Aug 18, 2014

Copy link to clipboard

Copied

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:

Customizing Web Forms

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 18, 2014 Aug 18, 2014

Copy link to clipboard

Copied

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?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 18, 2014 Aug 18, 2014

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 18, 2014 Aug 18, 2014

Copy link to clipboard

Copied

first form updated (not insert) after succeed.i want redirect second form.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Aug 18, 2014 Aug 18, 2014

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 18, 2014 Aug 18, 2014

Copy link to clipboard

Copied

LATEST

<form action="/MemberProcess.aspx?PageID=/personal-information" onsubmit="return ch
eckWholeForm59539(this)
" enctype="multipart/form-data" method="post" name="catupdatedetailsformform59539">


thanks its working

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines