I have a couple questions about forms and UDTs that I couldn't find the answer to in other posts.
1. Is it possible to submit the values of a custom form (that doesn't use form builder) to a UDT? if so, how?
2. How do you make values of a pull down in form builder come from a UDT that runs a query instead of adding them manually?
Thanks,
Vikram
UDT values to pulldown & Submit to UDT from non-formbuilder form.
-
- Forum Members
- Posts: 21
- Joined: Fri Aug 01, 2008 5:42 pm
Re: UDT values to pulldown & Submit to UDT from non-formbuilder form.
Just like you would in a none CMS site (ie if(isset($_POST['Submit'])))vikram31291 wrote: 1. Is it possible to submit the values of a custom form (that doesn't use form builder) to a UDT? if so, how?
Have the UDT create(echo "<input type=pulldown....") and then in your form put the UDT call {pulldownUDT}vikram31291 wrote: 2. How do you make values of a pull down in form builder come from a UDT that runs a query instead of adding them manually?
Jeff