Description
This shortcode will create a form that will allow the parent user to add child users.
Shortcode Examples
Basic / Default Enrollment Form
[umbrella_enroll_child]Custom Enrollment Form
[umbrella_enroll_child button_text="Add Now" a0="(None)" a456="Build" a123="test"]
<label>First Name:</label><input type="text" value="" name="FirstName" required="required"> *<br />
<label>Last Name:</label><input type="text" value="" name="LastName" required="required"> *<br />
<label>Email Address:</label><input type="email" value="" name="Email" required="required"> *<br />
<label>Company:</label><input type="text" [memb_contact fields=company htmlattr=value] name="Company"> *<br />
<label>Action:</label>%%action.dropdown%%<br />
[/umbrella_enroll_child]
Shortcode Parameters
form_id | The CSS ID to use for the enrollment form. If no form_id is supplied, a default ID will be generated. (Optional) |
|---|---|
button_text | The text to display on the submit button. Default text is “Add Account”. (Optional) |
Action Set Dropdown |
Additional Information
You can view this Basic Umbrella Setup video to learn how to use this shortcode. You can also view our 6 training videos that walk you through how to setup Umbrella Accounts on your membership site step by step.