Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #714058

    Hi,

    I’m using Contact Form 7 in my Enfold project. Only the first field doesn’t align properly and I really can not find the reason why.
    It would be nice if you could help me out….

    Cheers,

    Steven

    #714278

    Hi steviger,

    It looks like there is a break tag at the bottom of that 1/4 column, could you have a look and remove it please? If you should need further help then please post admin login details in private so that we can have a closer look.

    Best regards,
    Rikard

    #714338

    Hi Rikard,

    Indeed I see a <br> tag in the source code. It must be generated by someting else because it’s not in my form code:

    [av_one_fourth first]<label> Aanhef*[select* aanhef "Kies hier" "Dhr." "Mevr."]</label>[/av_one_fourth]
    [av_three_fourth]<label> Naam*[text* naam]</label>[/av_three_fourth]
    
    [av_one_half first]<label> Adres*[text* adres]</label>[/av_one_half]
    [av_one_half]<label> Postcode*[text* postcode]</label>[/av_one_half]
    
    [av_one_half first]<label> Woonplaats*[text* woonplaats]</label>[/av_one_half]
    [av_one_half]<label> Telefoon[tel* telefoon minlength:10 maxlength:14]</label>[/av_one_half]
    
    [av_one_half first]<label> E-mail*[email* email]</label>[/av_one_half]
    [av_one_half]<label> Geboortedatum*[text* geboortedatum placeholder "dd-mm-jjjj"]</label>[/av_one_half]
    
    [av_one_third first]<label> Nationaliteit*[text* nationaliteit]</label>[/av_one_third]
    [av_two_third]<label> Opleiding*[text* opleiding]</label>[/av_two_third]
    
    [av_one_third first]<label> Uren beschikbaar per week*[text* beschikbaarheid placeholder "minimaal 16 uur per week"]</label>[/av_one_third]
    [av_two_third]<label> Functiewensen*[textarea functiewensen x2 ]</label>[/av_two_third]
    
    <label>Eventuele opmerking(en)[textarea opmerking x3]</label>
    
    <label>Upload je CV (.docx, .doc of .pdf. Max grootte 1 Mb) [file uploadcv limit:1mb filetypes:docx|doc|pdf]</label>
    
    [submit "Verzenden"]

    Please find the login details in the PC section.

    Regards,

    Steven

    #714408

    Hi,

    Ok, thanks for the info. Could you try removing all line breaks to see if that is the problem?

    Best regards,
    Rikard

    #715215

    Hi Rikard,

    You mean like this? (no line breaks in the code) :

    [av_one_fourth first]<label> Aanhef*[select* aanhef "Kies hier" "Dhr." "Mevr."]</label>[/av_one_fourth]
    [av_three_fourth]<label> Naam*[text* naam]</label>[/av_three_fourth]
    [av_one_half first]<label> Adres*[text* adres]</label>[/av_one_half]
    [av_one_half]<label> Postcode*[text* postcode]</label>[/av_one_half]
    [av_one_half first]<label> Woonplaats*[text* woonplaats]</label>[/av_one_half]
    [av_one_half]<label> Telefoon[tel* telefoon minlength:10 maxlength:14]</label>[/av_one_half]
    [av_one_half first]<label> E-mail*[email* email]</label>[/av_one_half]
    [av_one_half]<label> Geboortedatum*[text* geboortedatum placeholder "dd-mm-jjjj"]</label>[/av_one_half]
    [av_one_third first]<label> Nationaliteit*[text* nationaliteit]</label>[/av_one_third]
    [av_two_third]<label> Opleiding*[text* opleiding]</label>[/av_two_third]
    [av_one_third first]<label> Uren beschikbaar per week*[text* beschikbaarheid placeholder "minimaal 16 uur per week"]</label>[/av_one_third][av_two_third]<label> Functiewensen*[textarea functiewensen x2 ]</label>[/av_two_third]
    <label>Eventuele opmerking(en)[textarea opmerking x3]</label>
    <label>Upload je CV (.docx, .doc of .pdf. Max grootte 1 Mb) [file uploadcv limit:1mb filetypes:docx|doc|pdf]</label>
    [submit "Verzenden"]

    That doesn’t seem to solve the problem I’m afraid.

    Regards,

    Steven

    #715698

    Hi Steven,

    A new row is also a line break unfortunately, I removed the one after your 1/4 and it remove the line break. Please review your site now.

    Best regards,
    Rikard

    #715801

    Hi Rikard,
    Ah I see. So if you want fields next to each other they should be on one and the same line in the code.Thank you so much!

    Regards,

    Steven

    #715991

    Hi Steven,

    Something like that yes, if you ever have this problem again you can try to solve by doing that. Glad we could help :-)

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.