I have 2 input fields, start_date and end_date.. i want to save the space line.
Here it is my code
function callback_field_workdate($value) {
return '<input class="datepicker-input" type="text" value="'.$value.'" name="start_date" style="width:162px"> until <input class="datepicker-input" type="text" value="''" name="end_date" style="width:162px">';
}
But it just save the first input field
Thank you for Grocery CRUD