Width of Captcha in a form

Questions related to the Responsive Web Design tools of WYSIWYG Web Builder.
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/respon ... esign.html
Please read this first before posting any questions! Also check out the example project to get an idea how the RWD concept works.

Responsive Web Design FAQ:
http://wysiwygwebbuilder.com/forum/view ... 10&t=63817
Post Reply
BazzaBoy
 
 
Posts: 36
Joined: Thu Jul 01, 2021 2:40 am

Width of Captcha in a form

Post by BazzaBoy »

Please see: https://petertheapostle.org/contact.php on a large screen (not phone).

I have a contact form inside a Layout Grid. The Captcha is 5 characters long, but the input field stretches quite a bit. So, the whole thing looks a bit ugly.

Is there any way of shortening the Captcha input field when it is inside a grid?

I have tried adding a cell to the grid. That works OK when all the cells are in a line, but as soon as the grid breaks at 768 breakpoint, it looks ugly all over again. Same thing happens when I change the ratio of the cells 10:2.

Unfortunately, there is a facility to control the width of the Captcha, but that only controls the width of the image, not the input field.

Any help/advice appreciated. Thanks.
User avatar
Pablo
 
Posts: 21700
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Width of Captcha in a form

Post by Pablo »

If you set the 'full width' property to 'false' then the inputbox will not stretch.
BazzaBoy
 
 
Posts: 36
Joined: Thu Jul 01, 2021 2:40 am

Re: Width of Captcha in a form

Post by BazzaBoy »

I tried to locate the "full width" attribute in the Captcha element properties, but can't see one.

There is a "width" attribute that is set to 150, but that affects the picture, not the input field.

Am I missing something?
User avatar
Pablo
 
Posts: 21700
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Width of Captcha in a form

Post by Pablo »

The width of the editable is determined by the width of total width of the object minus the image width.
The 'full width' property can be found in the property inspector.
BazzaBoy
 
 
Posts: 36
Joined: Thu Jul 01, 2021 2:40 am

Re: Width of Captcha in a form

Post by BazzaBoy »

Oh yes, I see it now. Up to now, I was just right-clicking on it and seeing the properties. I did not know that the properties inspector had extra adjustments.

Thanks mate. Problem solved.
Post Reply