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

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Locked
vikram31291
Forum Members
Forum Members
Posts: 21
Joined: Fri Aug 01, 2008 5:42 pm

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

Post 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
Jeff
Power Poster
Power Poster
Posts: 961
Joined: Mon Jan 21, 2008 5:51 pm

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

Post 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
Locked

Return to “Modules/Add-Ons”