Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
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
Anyone have an idea ?
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";
Thanks for the answer.
Views
Likes
Replies