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?

 
itrio replied on at Permalink Reply
itrio
I guess you mean the add/edit form? The solution must be using Opera Dragonfly or any DOM viewer for a webpage (Firefox has plugins that can show you the whole DOM).

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.