Hello. I have a form which is submitting correctly, however, I am not able to get an optional radio box to indicate that the related text input should be included during the processing.
This is just a small part of the form. My actual file exceeds the forum upload limits.
These fields you see have values being calculated and added using javascript (see attached screenshot). I have the "Cover our Fees?" row giving the user the option to add in the processing fees to the total. If they click the "YES!" radio button, the fees should be added. Clicking "NO" or not clicking anything will leave the form as is.
Looking at the POST headers, the input name="Other" is not being passed.
When the form is submitted with the "YES!" radio button checked, FaaS sends me to the "OnSuccesUrl" page I designated.
Your help would be very much appreciated.
This is just a small part of the form. My actual file exceeds the forum upload limits.
These fields you see have values being calculated and added using javascript (see attached screenshot). I have the "Cover our Fees?" row giving the user the option to add in the processing fees to the total. If they click the "YES!" radio button, the fees should be added. Clicking "NO" or not clicking anything will leave the form as is.
Looking at the POST headers, the input name="Other" is not being passed.
When the form is submitted with the "YES!" radio button checked, FaaS sends me to the "OnSuccesUrl" page I designated.
Your help would be very much appreciated.
Comment