Viewing 1 reply thread
  • Author
    Posts
    • #9139
      Sander Schat
      Member

      hi guys!
      i want to create the following situation in a backend settings page:

      i have an “add_more” group field, with some text values in it.
      I also want to add an html field that shows buttons with links in it.
      These buttons must have a unique id, and/or the link will have some reference of the current group field.
      (eg: field ‘id’ of that group, should come back in this url)

      Is this possible?
      no idea how to get this going

      Thanks!

      regards,
      Sander

      Attachments:
      You must be logged in to view attached files.
    • #9152
      Steve
      Keymaster

      If you generate the buttons after you save, then you can pull the array, count them and assign a unique ID.

      If you want to generate them before you save, you will need to write javascript to identify the position.

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