• Hi there,
    I have formed a custom sign-up form but unfortunately the first name is not collected while the subscription works in general.
    I have used the sendpress form generator – first and last name won’t be collected there too.
    How can I fix this?

    <form method="post" action="https://www.enter-utopia.com/">
    	<input type="hidden" name="sp_list" value="3005"/>
    	<input type="hidden" name="sendpress" value="post"/>
              <div class="form-row justify-content-center">
                <div class="col-auto"><label for="email">
    <input class="sp_firstname required" class="form-control" type="text" placeholder="Enter your First Name" name="sp_firstname" /></label>
                </div>
                <div class="col-auto">
    <input class="sp_email required" class="form-control" type="text" placeholder="Enter your Email" type="email" name="sp_email" />
                </div>  
    <div class="col-auto">
    <input value="" class="sendpress-submit" type="hidden" id="submit" name="submit">
                <button type="submit">Subscribe</button>
                </div>
              </div>
            </form>

    Any suggestion/hint?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author itdoug

    (@itdoug)

    Did you start with our HTML form? or did you create your own? Each list has a form you can use as a starting point.

    Thread Starter utopianspace

    (@utopianspace)

    Hey itdoug,
    thanks for your answer.
    Yes, I have tried that. New lists with pre-formated sendpress HTML form neither collect the first and/or last name.
    Do you have any other suggestion?

    Thanks!

    Thread Starter utopianspace

    (@utopianspace)

    Well, I have switched back to Mailchimp since it can collect the first name. Anyways, keep up the good work!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘First Name is not collected’ is closed to new replies.