Changing buttons at the bottom of form

Home Forums General discussion Changing buttons at the bottom of form

Viewing 1 reply thread
  • Author
    Posts
    • #37096
      Saikia Kashmiri
      Participant

        Hi Alex –

        How do I put customized buttons (or change the behavior of existing buttons) at the bottom of the form using JS?

        Thanks to different discussions, I could manipulate and place buttons at the top of the form – But could not find any that would impact buttons at the bottom.

        The only way I am affecting that row is using the Misc tab options. (See image attached)

        Attachments:
      • #37101
        Alexander Bautz
        Keymaster

          You can insert buttons at the bottom the same way as you do with the top ones. Find the id or class of the item you want to prepend or append to, and just insert them.

          To change the behavior of a button, you must address the button using the class of Id and apply your new onClick. Use default jQuery selectors if you want to use jQuery: https://api.jquery.com/category/selectors/

          Alexander

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.