Topic: How do I include action attribute in my forms?

Immanuel free asked 7 years ago


<div class="md-form"> <i class="fa fa-user prefix"></i> <input class="form-control" type="text" name="first-name" id="first-name"> <label for="first-name">First Name</label> </div>

Marta Wierzbicka staff answered 7 years ago


Hello, do you mean code like this below?
<form action="demo_form.asp" method="get">
                    <div class="md-form">
                        <i class="fa fa-user prefix"></i>
                        <input class="form-control" type="text" name="first-name" id="first-name">
                        <label for="first-name">First Name</label>
                    </div>
                </form>
If not, could you specify your question? Best, Marta

Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: General Bootstrap questions
  • MDB Version: -
  • Device: -
  • Browser: -
  • OS: -
  • Provided sample code: No
  • Provided link: No