Living Ashram Profile Topics Started Replies Created Engagements Favorites Forum Replies Created Viewing 1 post (of 1 total) Author Posts November 20, 2018 at 9:52 am in reply to: Dynamic Hidden field? #6323 Living AshramParticipant Hi thanks for the response, looking forward to having hidden fields in there as an option. for the timebeing I’ve managed to work around it by adding a normal text field aznd then hiddin it with CSS and updating it with javascript e.g. [user_registration_form id="300"] <style> #company_field { visibility:hidden; position:absolute } </style> jQuery('input[data-id="company"]').val('[get_client_post_var]'); Author Posts Viewing 1 post (of 1 total)