strOutput += "<input type=hidden name=\"M_email\" value=\b_email\>";
i am trying to get my javascript to send particular info through to worldpay. the above is where I have got to but it doesnt work. b_email is my customer email field in the HTML form. When I run the script it simply sends b_email; not the content of the field.
I am very new to this so answers in simple form would be appreciated!! thank you
i am trying to get my javascript to send particular info through to worldpay. the above is where I have got to but it doesnt work. b_email is my customer email field in the HTML form. When I run the script it simply sends b_email; not the content of the field.
I am very new to this so answers in simple form would be appreciated!! thank you