Page 1 of 1
Formbuilder and UDT
Posted: Fri Jan 08, 2010 2:50 pm
by manc
I am using Formbuilder (0.5.12) and want to add a hidden field using a value from a UDT the UDT is simply to call the referring URL.
How do I go about this? It would essentially be this in HTML:
Re: Formbuilder and UDT
Posted: Fri Jan 08, 2010 2:51 pm
by RonnyK
Upcoming version 0.6.1 of FB has the ability to hook UDTs.
Ronny
Re: Formbuilder and UDT
Posted: Fri Jan 08, 2010 2:54 pm
by manc
when will it be released?
is there any other way of doing it as the UDT is a simple PHP call referring URL
Re: Formbuilder and UDT
Posted: Fri Jan 08, 2010 3:28 pm
by Jeff
First check
http://www.smarty.net for server variables. But this is available in the current version 0.6 using the pre_display UDT.
Re: Formbuilder and UDT
Posted: Fri Jan 08, 2010 3:32 pm
by manc
doesnt look like there is one