Name attribute giving to the multiupload drag and drop
-
Hey guys, i’ve been trying to create a custom form which gets extracted by a google apps script via a js fetch post.
I could extract every submitted data with the web app i made, but with the plugins custom code i have problems… Is there any way of giving a “name” attribute for the following:
*edit: my app script is extracting data using the inputes name attribute*<p>Minimum of 3, maximum of 5</p>
[mfile photos limit:100000000 filetypes:jpg|jpeg|png min-file:3 max-file:5]For sample:
<label for="current-workplace">Current Workplace:</label>
<input type="text" id="current-workplace" name="current-workplace" required>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Name attribute giving to the multiupload drag and drop’ is closed to new replies.