i want to loop a form field within gravity form. Is this possible. So just like i have a code for looping text such as
I want to add a upload field against each li. Is this possible via hooks. Any guidance would be greatly appreciated
i want to loop a form field within gravity form. Is this possible. So just like i have a code for looping text such as
I want to add a upload field against each li. Is this possible via hooks. Any guidance would be greatly appreciated
This isn't currently possible, with or without hooks. The form can only be created within the form builder. Fields can be manipulated (ex. drop down values, etc.) using hooks, but fields can't be added via hooks like you described above.