I’ve read the documentation and watched the videos but it’s still not clean how to create a complete subscription form that goes to its own list with more input fields.
Example I want a separate subscription form with the following input:
Email address
Name First
Company name
Submit button
I have tried to use this short code
[newsletter_form button_label="Add"]
[newsletter_field name="email" label="Email Address"]
[newsletter_field name="first_name" label="Name"]
[newsletter_field name=”Company” label=”Company”
[newsletter_field name="list" number="3" hidden="true"]
[/newsletter_form]
The above does NOT work only the email address and Name appear in the form
How do you input or add extra Profile field’s for things like “Company” above?
Thank you
Can I use first name field of Main Profile Field for (full name, first and last)?
Then use Last name for the company field? How is this changed