Hi I’m trying to get a list, generated by a shortcode, into activecampaign using a hidden field.
It is a signup form, that let the user sign up to a course, but the dates of the course is dynamically changed by a plugin that delivers a shortcode (plugin=pods).
I can do this by:
div class="_form_element _field3 _full_width ">
In the full code of the form, but I get more than I want. Somehow the value= " " field does not end at the last " but takes in the next lines of code until the next "
<div class=" <- this is the end of the value="" field.Why???
Is there a better way to do this?