Answers for "html input type with adding + button to generate new"

0

input field with add button that creates another input

<div class="input_fields_wrap">
    <button class="add_field_button">Add More Fields</button>
    <div><input type="text" name="mytext[]"></div>
</div>
Posted by: Guest on January-25-2021

Browse Popular Code Answers by Language