Additional save buttons

Discussion in 'Customization & add-ons' started by foreverpetcare, Oct 17, 2015.

  1. foreverpetcare

    foreverpetcare New Member

    Joined:
    Nov 29, 2013
    Messages:
    24
    My user profile pages have many fields in them. Is it possible to add in additional "save profile" buttons so that they are not required to scroll all the way down to the bottom to save one field?
  2. alexander

    alexander Administrator Staff Member

    Joined:
    Jan 8, 2003
    Messages:
    6,279
    Yes sure this is possible.
    Add html brick into profile form and add submit element into that brick. For example:

    Code:
    <input type="submit" value="Save Profile" name="_submit_" id="_submit_-1">

Share This Page