Home › Forums › Jevelin Theme › why
Home › Forums › Jevelin Theme › why
Why is there an error when the adress is right?
Hi @SaqlainMughal,
I hope you are well today and thank you for your question.
You have added Straat field as an email field therefore you are getting an error so please change the field to the text field.
Best regards,
Shufflehound team
https://sellself.be/contact-sellself/
worked, but now they are not aligned anymore as you can see. How to fix this?
<div class=”row”>
<div class=”col-md-6″>
<label> Naam <span class=”cf7-required”></span>
[text* your-Naam] </label>
</div>
<div class=”col-md-6″>
<label> Voornaam <span class=”cf7-required”></span>
[text* your-voornaam] </label>
</div>
</div>
<label> Email <span class=”cf7-required”></span>
[email* your-email] </label>
<label> Straat <span class=”cf7-required”></span>
[text* your-Straat] </label>
<div class=”row”>
<div class=”col-md-6″>
<label> Huis nr. <span class=”cf7-required”></span>
[text* your-Huis nr.] </label>
</div>
<div class=”col-md-6″>
<label> Postcode <span class=”cf7-required”></span>
[text* postcode] </label>
</div>
<div class=”col-md-6″>
<label> Bus <span class=”cf7-required”></span>
[text* Bus] </label>
</div>
<div class=”col-md-6″>
<label> Stad <span class=”cf7-required”></span>
[text* stad] </label>
</div>
[select Type “Huis” “Appartement”]
<label> Bericht <span class=”cf7-required”></span>
[textarea your-bericht] </label>
[acceptance Voorwaarden] Ik geef SellSelf toestemming om mijn data verkregen uit dit formulier te gebruiken en op te slaan. [/acceptance]
[submit “Verzenden”]
this is my code
I visited your shared website and saw they are aligned as shown in the attached screenshot.
Please advise.
no its not aligned, look at the screenshot -> ‘bus’ and ‘huis’ is not aligned. That is what i want to fix.
Please change your code as below where I have added the <div class=”col-md-12″> in it.
<div class=”row”>
<div class=”col-md-6″>
<label> Naam <span class=”cf7-required”></span>
[text* your-Naam] </label>
</div>
<div class=”col-md-6″>
<label> Voornaam <span class=”cf7-required”></span>
[text* your-voornaam] </label>
</div>
</div>
<label> Email <span class=”cf7-required”></span>
[email* your-email] </label>
<label> Straat <span class=”cf7-required”></span>
[text* your-Straat] </label>
<div class=”row”>
<div class=”col-md-6″>
<label> Huis nr. <span class=”cf7-required”></span>
[text* your-Huis nr.] </label>
</div>
<div class=”col-md-6″>
<label> Postcode <span class=”cf7-required”></span>
[text* postcode] </label>
</div>
<div class=”col-md-6″>
<label> Bus <span class=”cf7-required”></span>
[text* Bus] </label>
</div>
<div class=”col-md-6″>
<label> Stad <span class=”cf7-required”></span>
[text* stad] </label>
</div>
<div class=”col-md-12″>
[select Type “Huis” “Appartement”]
<label> Bericht <span class=”cf7-required”></span>
[textarea your-bericht] </label>
[acceptance Voorwaarden] Ik geef SellSelf toestemming om mijn data verkregen uit dit formulier te gebruiken en op te slaan. [/acceptance]
[submit “Verzenden”]
</div>
Looks good! But certain things are not divided in 2 columns as before
Please make sure that you are using the exact code as shared before.
If you are still facing the issue then would you mind if I log in to your site and do quick troubleshooting? If this is ok then could you please temporarily create an admin user account and share the account login details privately by adding them in the box having text “Enter your private content here (only you and forum moderators will be able to see it)”?
ok so make it as it was before, thanks!
It is displayed correctly on your website now as shown in the attached screenshot.