Jump to content
Larry Ullman's Book Forums

Recommended Posts

Hi Larry,

 

I'm just wondering what is the syntax that needs to be used when adding additional options at the end of a create_form_input() form input?

 

For example, I want to create a textarea with 5 rows by default.  So how do I add rows="5" to the textarea html?

 

<?php create_form_input('info', 'textarea', 'Provide info:', 'placeholder', $errors, ?optionsArray? ); ?>

 

where

function create_form_input($name, $type, $label='', $placeholder='', $errors = array(), $options = array())

 

Michal

Link to comment
Share on other sites

 Share

×
×
  • Create New...