Welcome Guest, Not a member yet? Register   Sign In
Pass form fields from application to view?
#2

Yes, you can save the output of form_dropdown to a variable:
PHP Code:
$html_form form_dropdown(...); 

And you can create the whole form:

PHP Code:
$html_form form_open(...) . form_dropdown(...) . form_submit(...) . form_close(); 
Reply


Messages In This Thread
RE: Pass form fields from application to view? - by includebeer - 03-09-2020, 04:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB