Need hack to access hidden fields in conditional tagging
-
I’m in desperate need of help from the plugin developer or someone with good coding skills (I’m not a coder).
This is a terrific plugin – we love it and use it on a number of sites to send contact data to our Infusionsoft account – it works great.
But NOW I need to be able to conditionally add Tags to trigger different sequences at IFS, and need to add these conditional Tags based on data stored in the ‘hidden’ form fields (these fields get their values from data passed by the page using GF hooks).
I found the line in the Plugin code that sets up which field (types) can be accessed for conditionally adding tags (line 1188) and tried adding “|| inputType == “hidden” — which worked to let me access the hidden fields, BUT I do not have the coding skills to be able to change the value selector from a drop-down to a text field so that I can type in the appropriate value from the Hidden Field in order to add a Tag.
Can someone take a look at this plugin, lines 1189/1190, and tell me how to modify that to display a text box for the value field instead of a select? SO THAT if I choose a Hidden field, it will display a text box so I can type in the correct value and then check off a Tag?
ALSO A NOTE TO THE DEVELOPER: Would you consider adding this to your next update? The ability to select more fields – in particular hidden fields – in order to conditionally add Tags? Pretty please?
- The topic ‘Need hack to access hidden fields in conditional tagging’ is closed to new replies.