I am trying to make a selector to get the "value" attribute from the input element that is selected.
What I have done
Added a selector
Gave it an ID: ContractorEmail
Gave it a type: ElementAttribute
Hit Select: Selected Element
Verified it selected the Input element
Hit Dropdown to See Attribute Values.
Selected one randomly and hit Data Preview to see if it grabs data (it does)
"value" attribute is not there. Typed in manually (as per suggested by another forum response)
Get Null Value.
I am confused on what else I need to do. When I run a Jquery Selector in Console I get the value without issue.
$("input#sp_formfield_contractor_business_email")[0].value
Any Help would be greatly appreciated.