You can use WPNotif as a list building feature like email subscription form, so with WPNotif, you will be able to send out SMS or WhatsApp Newsletters.
Currently, we support First Name, Last Name, and Email fields other than the phone number field in our subscription form, and adding or rearranging those fields is pretty easy.
To add new fields to the form you just need to edit the shortcode and add the tags in it in fields="tag1,tag2"
format. The position of tags will affect the fields position.
Field | Tag |
First Name | firstname |
Last Name | lastname |
Phone | phone |
Note: You don’t need to add phone tag, phone field will always be present at the bottom of the form but if you want to rearrange the phone field then you can add the phone tag in the place you want to place the field
Shortcode examples:
– Firstname, Email and Phone field: [wpn gid=”id” fields=”firstname,email”]
– Name, Phone: [wpn gid=”id” fields=”firstname”]
– Firstname, Phone and Email (bring phone field to second): [wpn gid=”id” fields=”firstname,phone,email”]