I cannot seem to get the test in the 'Value' field
<input name="ctl00$PlaceHolderMain$ctl01$ctl12$ctl00$HiddenUserFieldValue" type="hidden" id="ctl00_PlaceHolderMain_ctl01_ctl12_ctl00_HiddenUserFieldValue" value="24;#Ryan,, C,#i:0#.f|membership|[email protected],#[email protected],#[email protected],#Ryan,, C">
How can get the data in the value field?
Thanks.. I know this should be easy but I'm about to shoot myself.
$("#ctl00_PlaceHolderMain_ctl01_ctl12_ctl00_HiddenUserFieldValue").val()#idmust be lowercase, so that is the reason why you cannot get the value of the element by id.