add textbox in add page
- Single Page
Posted 22 January 2013 - 13:07 PM
i want to add extra textbox field in add section. the fields is not in table
eg in table one field 'address' that stores multiline address.
but in page when use click on 'add' button , i want to show 'address1','address2','area' as 3 text boxes.
please reply., if anyone has solution
Posted 23 January 2013 - 04:03 AM
http://www.grocerycrud.com/documentation/options_functions/callback_add_field
Posted 23 January 2013 - 06:06 AM
it works...
Posted 23 January 2013 - 13:22 PM
but now i have dropdown with state name which is related ti states table using set_relation().
below that dropdown, i want to give new city textbox. so if i uses callback_add_field() then i loss the state value from states table.
so what can be solution...?
Posted 23 January 2013 - 15:15 PM
dependent dropdown library
/topic/1087-updated-24112012-dependent-dropdown-library/