Create your first form on your landing page

    Learn to create your first form.

    Bahadir Balban

    Started Tech Buzz

    @learningexpressjs

    Video Correction

    You need to name the input field as “lead_email” in order for the controller to read this input field. We missed this in the video.

    Your first form source code

    form(action="/", method="POST")
        input(type="email", name="lead_email" placeholder="Enter your email address")
        button(type="submit") Submit



    Did you like this episode?

    Buzz it and share it with your friends

    Buzz0

    You Might Also Like...


    Join The Discussion