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

Jerome Schneider typo3dev at ameos.com
Tue Jan 27 10:50:07 CET 2009


Hello,

In revision 2.0.301:
	* userobj is available on /meta/form/action
	* a new property /meta/form/actionAnchor is added, allowing to set 
custom anchors on the form action

Jerome Schneider a écrit :
> 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