Wordpress shortcodes in hidden field

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?

1 Like

This isn’t really something related to Active Campaign. You’re better off contacting Pods or going on Facebook in their group asking about this. Depending on how you connect your form to Active Campaign the value of the hidden field should populate so if it’s putting additional code or errors then it’s an issue with Pods not AC.

1 Like