radio button value not saving in table
- Single Page
Posted 28 February 2018 - 07:45 AM
Posted 28 February 2018 - 09:23 AM
u need to refer the field names that are generated through the GC library - the field names are field_<fieldName>
so the here .. the code could change to...
<input type="radio" name="field_payment_type" value="cheque" id="nocheck"/> Cheque<br/>
that way - the library will be able to pickup the value for the field...
that should work for you
Happy GCing :)
Posted 01 March 2018 - 05:01 AM
still not working
Posted 05 March 2018 - 04:08 AM
Do one thing - add a callback before insert - there check in all the fields that are getting submitted -
Also - do tell 1 thing - dose this field (payment_type) exists in the table or not? and by that same name..!!
The only possibility for you now is debugging.. as why it aint going in - technically it should not have such issues!!