Get HTML Icons Help Form-Builder - Build stunning mobile-friendly forms with no AI  | Product Hunt Embed

ADD

Text
Email
Phone
Radio
URL
Password
Textarea
Select Option
Radio Group
Checkbox Group
Google Address
form Contact Form
    method post
    autocomplete on
    action https://www.form-data.com/fb
    header Contact Us
    section Personal Details
    field
        name name
        type textbox
        label Name
        icon fas fa-user-tie
        required
        placeholder Please fill your name
        value John Doe
        validations
            maxlength 40
            minlength 2
        end validations
    end field
    field
        name email
        type email
        icon fas fa-envelope
        required
        label Email
        placeholder Please fill your email
        hint We hate spam too. We will never spam you.
    end field
    section Details
    field
        name message
        type textarea
        icon fas fa-comment-alt
        required
        label Your message
        placeholder what would you like to say
    end field
    field
        type submit
        label Submit
    end field
end form

How to use the builder

Close
COPY TO CLIPBOARD
<html></html>