Form Field Actions

Customize Registration Pages with Custom Fields
There are three icons (Edit Field Options, Sort Field Order & Delete Field) at right side of each field which are displayed there, on hover of specific row.
  • Edit Field Options


    ARMember_form_element_settings

  • Clicking on the edit icon will open a popup that displays various field options. These options include the ability to add a label, a placeholder, checkbox options, radio buttons, and a select box. Users can also designate whether the field is required or not, add a meta key, specify a message for blank or invalid fields, and include prefix/suffix icons. Additionally, there are options to map the field with BuddyPress or BuddyBoss fields.

    For the “Text Field” type, users can edit and set a validation option for that specific field. The drop-down options for validation include "Only Numbers", "Only Alphabets", "Only Numbers and Only Alphabets", and "Regular Expression".

    This validation option is not available for username, email and password fields.

    Hide username field and assign username with email: If you will check this option, the username field will get hidden from the registration form and the edit profile formin the front end and the Email value will be taken as a username.

    Hide First Name: If you will check this option, First Name field will get hidden from the registration form at front end. Please note that, First Name will not be get hidden from edit profile form even if it is hidden in the registration form.

    Hide Last Name: If you will check this option, Last Name field will get hidden from the registration form at front end. Please note that, Last Name will not get hidden from edit profile form even if it is hidden in the registration form.

    If you hide First Name and Last Name fields at Sign up Form then these fields will also be hide at Edit Profile Form at front.

    Enable confirm Email Address: If you enable this option then the users have to add the email address twice to confirm the email address.

    Password Field Validation


    Display Strength Meter: If you enable this option then at the front-end side the users will be able to see a meter under the password field that indicates the password strength.

    Strong Password: When you enable this option then the users forcefully have to enter a password which is strong instead of a weak password.

    Enable Confirm Password: When the admin enables this option at that time the users registering to the site will need to enter the password twice to get the password confirmed and both the password fields must match else error message will be displayed.

    Display Fields column wise

    Many sites requires to display multiple fields in the single row, then ARMember offers the facility to add the predefined class through which you can add upto 6 columns into one single row.

    This functionality can be achieved easily by adding this predefined class at the Form Field Options.

    Please go to the ARMember -> Manage Form -> Add/Edit Form -> Click on the form field option, here you will be able to check the option of ‘CSS Class’

    Form CSS Class

    Now suppose you wish to display ‘First Name’ and the ‘Last Name’, then you can add the CSS class “arm_field_col_2” at both the fields. Once you add this class with the digit ‘2’ then the row will be divided in two equal half, you can divide a row upto ‘6’ columns.

    In the front end side check the screenshot below, the fields are divided into to equal half.

    Front-end view of the column divided

    Similarly, you can add ‘arm_field_col_3’, ‘arm_field_col_4’, ‘arm_field_col_5’, ‘arm_field_col_6’ in order to divide the field into six equal parts.

  • Sort Field Order

    Using this icon, you can arrange(sort) field position. You need to Drag & Drop field for set field position.

    ARMember_form_element_settings

  • Delete Field

    By clicking on this icon, you will be asked for conformation about deletion of that specific item. If you want to delete field then click Delete button otherwise Cancel.

    You will be given rights to delete your custom fields. You can not delete default fields.

    ARMember_form_element_delete

  • Font-Awesome Support

    ARMember_form_fontawesome

    With the Font Awesome Support you can add any icon from the list provided to any field either in the starting or at the end, you can get multiple icons listed in the dropdown.