• Resolved henlau

    (@henlau)


    Once I applied the code below to my theme’s CSS, users experienced a registration form hang when attempting to register after clicking the registration button.

    .slicewp-field-wrapper[data-type=”url”],
    .slicewp-field-wrapper[data-type=”textarea”] { display: none !important; }

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author iova.mihai

    (@iovamihai)

    Hey @henlau,

    Thank you for reaching out! From what I see, the “How will you promote us?” field is set to “required” and because it’s now hidden, the form cannot submit.

    Please make sure to set the “How will you promote us?” as optional, from SliceWP > Settings > General (tab) > Pages Settings (sections) > Required Affiliate Fields (field).

    Once you set the hidden fields to optional, the form submit should work nicely.

    Thank you and best wishes,

    Mihai

    Thread Starter henlau

    (@henlau)

    Thanks. It worked.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Registration page hangs after css code applied’ is closed to new replies.