Form names
Permalink
Hi,
Probably a stupid question but how can I retrieve the ID of the form that concrete uses to submit the data for each block?
Probably a stupid question but how can I retrieve the ID of the form that concrete uses to submit the data for each block?
Another solution is to use javascript (I suggest using jQuery which is included in Concrete5) to query the DOM and find the FORM tags.
What are you going to do to the form? Maybe I could give you another solution if I knew exactly what you plan.