• Just to report that {input_after} and {input_before} are breaking on required text fields.

    Working:

    [text your-name placeholder "Your name"]{input_after}<i class="wdc wdc-user"></i>{/input_after}[/text]
    [email your-email placeholder "Your email"]{input_after}<i class="wdc wdc-email"></i>{/input_after}[/email]
    [text company-size placeholder "Company size"]{input_after}<i class="wdc wdc-work"></i>{/input_after}[/text]
    

    Not working

    [text* your-name placeholder "Your name"]{input_after}<i class="wdc wdc-user"></i>{/input_after}[/text]
    [email* your-email placeholder "Your email"]{input_after}<i class="wdc wdc-email"></i>{/input_after}[/email]
    [text* company-size placeholder "Company size"]{input_after}<i class="wdc wdc-work"></i>{/input_after}[/text]

The topic ‘{input_after} and {input_before} broken on required fields’ is closed to new replies.