How do i set a fixed subject using the contact form in read?

  • Posted in : Read WP
  • edlvg
    Participant

    also, what’s the limit of emails the contact form will process. thanks in advance!

    beautiful theme!

    ahmetsali
    Keymaster

    Hi, paste the code below to the External CSS / JS box in Appearance > Theme Options > Style tab;

    <script>
    jQuery(document).ready(function($) {
        $('input#subject').val('Your fixed subject text here').attr('disabled','disabled');
    });
    </script>
    

    The limit of emails might be related to your server capacity.

    edlvg
    Participant

    Thanks!, I have to admit I ended up using Contact Form 7. Wanted to change other things, too.

    Have a good day!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register