Placeholder form name

Sorry. I didn't explain me correctly.
I need to know the placeholder (if it exists) of the 'name' of the form
I submit, not the id.
Example:
I creat a form 'testform'. When I submit an instance of that form, I want
to know its name. Why this? Because when any kind of form is submitted,
I want to call (with the redirect plugin) a php script (the same for all forms),
and inside of the script I want to decide which jasper report call depending
on the form submitted. So in the redirect url, I will pass the rowid and I'd
like to pass the kind (form name) of form submitted.

Thanks.

Manuela
 
Hmm, I don't see a formname placeholder ({formid} is working), Rob/Hugh?

But why do you need a placeholder?
You'll have to add the redirect plugin to every single form, so you know the name and can insert it in the jump URL directly.

Or you can insert the formid and fetch the form name (which is not necessaryly unique) in your php script from #_fabrik_forms.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top