Good morning all,
I've set up aN HTTP Transaction sensor to monitor one of our webforms. The form itself requires lots of mandatory fields to be completed, that are free-text, which I've manage to do quite happily and validated it is working. However, one of the fields is a policy type and requires for the end user to select one of the 7 radio button options. How on earth do I submit that field=value via the POST submission?! I've tried a few options and had a google, but not getting very far sadly.
Also, to end, the very bottom of the form has a 'submit' option - how would one go about sending through the submit value?!
I've captured the sensor HTML result to assertain the field names etc, the radio button element is as per below:-
{"type":"radio","options":[{"label":"Life Insurance","value":"Life Insurance","selected":false},{"label":" Life Insurance with Critical Illness","value":" Life Insurance with Critical Illness","selected":false},{"label":" Income Protection","value":" Income Protection","selected":false},{"label":" Mortgage Payment Protection","value":" Mortgage Payment Protection","selected":false},{"label":" 50+ Life Insurance","value":" 50+ Life Insurance","selected":false},{"label":" Sick pay Insurance","value":" Sick pay Insurance","selected":false},{"label":" QuickCover Life Insurance","value":" QuickCover Life Insurance","selected":false}],"id":"Life Product","name":"Your product","label":"Your product","additional":"","info":"If you have more than one product, please complete this form again selecting the other product(s) you have","value":"","customError":"Please tell us which product you would like to update your name for,","isRequired":true,"editButton":""}
I'd really value your assistance please guys!!!
Add comment