• G

    (@glienhard)


    Hello,

    I have a couple user profile fields that need to be locked down to just admin only access. This means that while users can see the field, they should not have access to modify the field and the field should not show on the Registration form. I know that there is an “omit_fields” option for one shortcode, please enable this option for the Registration form. Also, where can I find a list of all options for all shortcodes?

    Thanks,
    Garry

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hey Garry, I had a similar question. I wanted certain fields to show in the profile but not in the registration form. The omit_fields does not work here.
    This was the answer I got:
    “What you could do for the fields you want on the edit profile page, but not on the registration page, is make those fields not required and then use CSS to hide them from the registration form.”
    You can use the “Custom CSS” box in the “Basic” area of the “Options” tab to add in any custom styling you want.

    An example of how to hide a specific field would be:

    #ewd-feup-register-input-12, #ewd-feup-register-12 {
    display: none;
    }

    So, the CSS modifications hid the field but not the labels associated with it. I still have to figure out how to attach an id= to the whole thing in the html so that I can filter it ALL out with the CSS.
    Furthermore, the CSS modifications only worked when I made them with Googles Developer tools in Chrome. Adding them in the custom CSS field within the plugin interface had no effect at all.

    Obviously, I still have some things to figure out but thats as far as I’ve got!

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi Garry,

    As you’ve noticed, there is currently no option to omit specific fields from the registration form. As @tmd123 mentioned, an alternative would be to make these fields not required and then use some custom CSS to hide them from the registration form.

    Thank you for your input tmd ??

    Thread Starter G

    (@glienhard)

    I know that there is no option, that is why I submitted the support request. Going in and trying to modify the css is not a valid solution, seeing that each template set has it’s own set of css that may or may not work.

    What is your support email so we can discuss this and several other issues off the forum?

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi Garry,

    This has already been noted as a feature request. In the meantime, it only takes a few lines to hide a specific field from the registration form, as tmd noted above. And all custom CSS can be added to the “Custom CSS” box in the “Basic” area of the “Options” tab. And, by adding the CSS there, it will not be affected by any plugin updates.

    You can contact us by email at [email protected].

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Registration Page Modification’ is closed to new replies.