Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1007651
    goalsarecool
    Participant

    Is it possible for me to include a ConvertKit (not convertplug) script (for a form) on one of my pages?

    Thanks in advance!
    Blake

    #1007724
    Joao
    Moderator

    Hi Blake,

    You could try adding using the RAW Content element and pasting on it.

    After you do it we can see if it works or not and if not if we are able to help you to make it work.

    Let us know how it goes,

    Joao

    #1008329
    goalsarecool
    Participant

    I put the following in a raw content field and it seems to work. That said, I cant get name, email and subscribe to line up in one straight line. Can you please help?

    <form id=”ck_subscribe_form” class=”ck_subscribe_form” action=”https://app.convertkit.com/landing_pages/43444/subscribe&#8221; data-remote=”true”>
    <input type=”hidden” value=”{"form_style":"naked","embed_style":"inline","embed_trigger":"scroll_percentage","scroll_percentage":"70","delay_seconds":"10","display_position":"br","display_devices":"all","days_no_show":"15","converted_behavior":"show"}” id=”ck_form_options”>
    <input type=”hidden” name=”id” value=”43444″ id=”landing_page_id”>
    <div class=”ck_errorArea”>
    <div id=”ck_error_msg” style=”display:none”>
    <p>There was an error submitting your subscription. Please try again.</p>
    </div>
    </div>
    <div class=”ck_control_group ck_email_field_group”>
    <label class=”ck_label” for=”ck_emailField” style=”display: none”>Email Address</label>
    <input type=”text” name=”first_name” class=”ck_first_name” id=”ck_firstNameField” placeholder=”First Name”>
    <input type=”email” name=”email” class=”ck_email_address” id=”ck_emailField” placeholder=”Email Address” required><button class=”subscribe_button ck_subscribe_button btn fields” id=”ck_subscribe_button”>Subscribe</button></div>
    </form>

    #1008502
    Rupok
    Member

    Hi there,

    Thanks for writing back. Your given code is not clean enough to assist you to style it. Input fields seems duplicated, class attributes contains quote (“), broken code ({“form_style”…).

    However you can add this under Custom > CSS in the Customizer.

    .”ck_subscribe_form” input {
      float: left;
      margin-right: 5px;
    }

    You need to remove the <br> to make the code work correctly. Also try to cleanup the code if possible.

    Thanks

  • <script> jQuery(function($){ $("#no-reply-1007651 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>