File or Image field type is not saving in inline but yes in single form
Attach what I've got in inline.
This is the input
<input dusk="name?0" type="file" id="file-name?0" name="name" class="form-file-input select-none">
The name="name" is always despite of the name of the field.
How can I solve this?
Thank you.
File or Image field type is not saving in inline but yes in single form Attach what I've got in inline. This is the input <input dusk="name?0" type="file" id="file-name?0" name="name" class="form-file-input select-none"> The name="name" is always despite of the name of the field. How can I solve this? Thank you.