Expand my Community achievements bar.

Email Submit button with a particular page

Avatar

Level 2

Hi,

my form have 2 pages. Page 1 for explain and page 2 for the form with field.

When l press the submit button the entire form (page 1, page 2) are sending.

I want only the page 2 to send by email.

How do ia do this ?

Regards

Pierre

3 Replies

Avatar

Level 10

Hi,

the submit action will always send the entire form.

But, you can hide your first page with a script in the presubmit event so the receiver doesn't see it.


page1.presence = "hidden";