cancel
Showing results for 
Search instead for 
Did you mean: 

submit form by email

junwu
Active Contributor
0 Kudos

hi SDN,

let's say we have a form with two page.

if user click a button to send this form, can we just send one page of the form?

if possible, can you share some link or code?

thanks,

John

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member389677
Active Participant
0 Kudos

Hi John,

I am thinking like , when user click a button to send this form, make the second page as hidden. Design the form in such a way that it has 2 sub forms. The first form will contain the data that should be send and the second sub form contains data that should not send. Inside the button click write code to make the second sub form hidden.

regards

Shaira.

junwu
Active Contributor
0 Kudos

Hi Shaira,

thanks for the idea.

but i need those two form to be visible when it is emailed back. how to do?

another concern is the security. if i just hide the form, some one can extract...i think

Best regards,

John

junwu
Active Contributor
0 Kudos

the one page is sent to customer.

after the customer finished the form and email it back, can we extract the data from the page and import the data to the original one which has two page by using script?

all this are offline scenario.

thanks