Page 1 of 1

UDT values to pulldown & Submit to UDT from non-formbuilder form.

Posted: Mon May 25, 2009 6:38 am
by vikram31291
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

Re: UDT values to pulldown & Submit to UDT from non-formbuilder form.

Posted: Mon Jun 01, 2009 7:35 am
by Jeff
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?
Just like you would in a none CMS site (ie if(isset($_POST['Submit'])))
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?
Have the UDT create(echo "<input type=pulldown....") and then in your form put the UDT call {pulldownUDT}

Jeff