Viewing 9 replies - 1 through 9 (of 9 total)
  • It could be because the mail you entered is not the same as your domain.

    Example: i’m pretty sure you entered [your-email], who is the user email (I will take [email protected] for example).

    The mail is sent with the [email protected] but your domain name is YourDomain.com.
    Different domain = syntax error.
    Just try with [email protected]

    Thread Starter msbsally

    (@msbsally)

    @lesimoon
    Thanks to look into the question dude. Sorry for the late reply.
    I have another issue, contact form is not displaying in my custom theme. Any help to rectify it. contact form working well with the other default theme.

    Thanks Sallu.

    Not displaying at all or the form styling is bad?

    If it’s about styling, it might be due due conflict with your theme .css files. (i’m just guessing at this point)

    Thread Starter msbsally

    (@msbsally)

    HI,

    Again sorry for late reply.Thanks for your response.

    <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
    <?php the_content(); ?>
    <?php endwhile; ?>

    I have used the above code and i get the form lesi.
    Now my prob is how to resize particular text boxes and list items in the contact form7 . Any help?.

    Thanks Sallu.

    You can add a class or an ID in your form and style it in your theme css file.

    [text your-text class:MyFormClass]
    [text your-text id:MyFormID]

    Thread Starter msbsally

    (@msbsally)

    Hi,
    I tried classes inside div in contact form7. But when i inspect the textboxes i could see many span classes added in my form. I searched but till dint get solution how to remove it. If any help regard this will be helpful.

    Greetings Sallu.

    Do you have any link to your site ?

    Thread Starter msbsally

    (@msbsally)

    NO lesi
    In my form getting large empty spaces inbetween 4 form elements.
    Means 8 Elements there means upside 5 then large space then 3 elements.
    Do u undrstnd what am try to say?

    Thanks Sallu

    Thread Starter msbsally

    (@msbsally)

    For spaces in between text fields we use

    .wpcf7-form input{
    	margin:0;
    }

    For check and radio buttons what to do i tried dint get the result.

    Sallu

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘configuration error’ is closed to new replies.