Hi,
I am using FAAS method to collect the online payment.
I have created checkout page using easypages method.
I need to collect data for two custom questions
1) Employer
2) Occupation
I want this fields to appear on the receipt with data.
I went through the manual which says to add two fields
The above will take care of one of custom questions.
What I should add for other custom question which is Occupation.
What is to be done if there are two custom question. what should be the input filed name and its corresponding values.
Thanks in advance for help!
I am using FAAS method to collect the online payment.
I have created checkout page using easypages method.
I need to collect data for two custom questions
1) Employer
2) Occupation
I want this fields to appear on the receipt with data.
I went through the manual which says to add two fields
<input name="FieldName" type="hidden" maxlength="20" size="40" value="Employer"/>
<input name="FieldValue" type="text" maxlength="50" size="50 />
<input name="FieldValue" type="text" maxlength="50" size="50 />
The above will take care of one of custom questions.
What I should add for other custom question which is Occupation.
What is to be done if there are two custom question. what should be the input filed name and its corresponding values.
Thanks in advance for help!
Comment