This topic has 2 replies, 2 voices, and was last updated 8 years by Radu.

  • Author
  • #130256
     migued
    Participant

    Hi there,

    I am editing the KLEO agent demo in the home page, I would like to add the field name into the subscription part, so far I can only see the code for the email such as:

    COPY CODE
    <div class="form-inline">
    <input type="email" id="mc4wp_email" class="input-lg" name="EMAIL" placeholder="Your email address" required />
    <a class="btn btn-highlight btn-lg form-submit">SUBSCRIBE</a>
    </div>
    
    Could you guys tell me what to add and where to include the name in the same style? 
    
    Thanks a lot,
    Miguel

     

    Attachments:
    You must be logged in to view attached files.
    #130263
     migued
    Participant

    I attached a file in Spanish at the beginning, just attaching now the English one to avoid any confusion.

    Cheers,
    Miguel

    Attachments:
    You must be logged in to view attached files.
    #130277
     Radu
    Moderator

    Hi,

    Try with this html structure

    COPY CODE
    
    
    <div class="form-inline">
      <input type="text" id="name" class="form-control input-lg" name="name" placeholder="Name">
    <input type="email" id="mc4wp_email" class="input-lg" name="EMAIL" placeholder="Your email address" required />
    <a class="btn btn-highlight btn-lg form-submit">SUBSCRIBE</a>
    </div>
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?