[TYPO3-project-formidable] How to add an anchor to the form action?

Jerome Schneider typo3dev at ameos.com
Mon Jan 26 17:53:56 CET 2009


Hi Uwe,
You should do something like this:

on /meta/form/action, define:

<meta>
   <form>
     <!-- ... -->
     <action>/index.php?id=123#foo</action>
   </form>
</meta>

As of revision 2.0.300, you may not define a userobj on action to make 
it dynamic. I'll add this feature soon.

Regards,
Jerome

Uwe Schmelzer a écrit :
> Hi,
> 
> I'd like to add an anchor to the form action, which is generated by 
> formidable.
> 
> E.g.
> old form action: index.php?id=123
> new form action: index.php?id=123#foo
> 
> How do I do that?
> 
> BTW:
> I've found a method called
>    formActionAdd($aParams)
> in
>   /ameos_formidableapi/class.tx_ameosformidable.php
> Is this of any help?
> 
> 
> cheers uwe
> 


More information about the TYPO3-project-formidable mailing list