Hello all, I am looking at the custom HTML coded forms which is a great feature. I am wondering is there a way to map HTML inputs to extra fields defined in the subscription extra profile fields tab?
Yes, here there is the documentation on field names to collect even extra profile fields. Remember to reference the profile by number and to be sure the profile field is defined as “public” to be collected from a form.
I saw this but was unsure which field equates to profile field. I tired both field names I thought it would be with no luck, maybe I forgot to set the field to public.
would it be like this;
<input type=”text” name=”nl[1]” value=”field1″> ///this would be for extra field 1
or
<input type=”text” name=”np1″ value=”field1″> ///this would be for extra field 1
I figured it out, once you set the extra fields to public, the template has all the extra field names built in that you can copy and paste into a new html form and work from there.
This is an outrageously useful feature The Newsletter Plugin FTW!