How can I add indexed classes to my fields? (e.g text-input-1 text-input-2)
-
I am trying to create a form but I need to be able to individually refer to the dynamic input fields.
Surely there is an easy way to do this?
I just want to append the group_index to the end of the input class.
e.g <select class=”select-input-1″ />
<select class=”select-input-2″ />
- The topic ‘How can I add indexed classes to my fields? (e.g text-input-1 text-input-2)’ is closed to new replies.