I am using text box with only input type and not a label .I want the input box to occupy the full width of the form but it doesn't.If I change the "fin-text1" in the class <div class="gcore-input gcore-display-table" id="fin-text1" > to width:100% in CSS the input box occupies full width of the form but it is reflected globally in other forms too. Is there a way where I could change width to 100% specific to a form?Can anyone help with it? Here is the link to the form,the one at the bottom right. http://transsyssolutions1.oswebware.com/
Forums
Text box not occupying full width
Hi srivi281992,
The only input box I see on that page without a label is the one in the module which is already full width in the module.
You can change the CSS of an individual input by using the id as a CSS selector e.g. #fin-text1 { width:100%; }
Bob
The only input box I see on that page without a label is the one in the module which is already full width in the module.
You can change the CSS of an individual input by using the id as a CSS selector e.g. #fin-text1 { width:100%; }
Bob
In chrome the input box Does not occupy full width. I tried changing fin-text width to 100% but it takes this width for other forms too. That is the input box width is affected globally. The other form in the bottom left gets affected by this change and the input box moves to next line below the label in the bottom left form.
Hi srivi281992,
I am using Chrome, I cannot match up your description with what I see on the page :-(
Bob
I am using Chrome, I cannot match up your description with what I see on the page :-(
Bob
Yes the changing width in ID "fin-text " works. Thanks !
I am currently facing another issue. I have added Recaptcha to all the three form in this link http://transsyssolutions1.oswebware.com/ .But the recaptcha is not showing up for the last two forms. I have addd Onliad Recaptcha and check Recaptcha in Onload and Onsubmit events and an event loop incase of failure. I don't see the Recaptcha when I click the "view form" in chronoforms and in the above URL too. Can you suggest ?
I am currently facing another issue. I have added Recaptcha to all the three form in this link http://transsyssolutions1.oswebware.com/ .But the recaptcha is not showing up for the last two forms. I have addd Onliad Recaptcha and check Recaptcha in Onload and Onsubmit events and an event loop incase of failure. I don't see the Recaptcha when I click the "view form" in chronoforms and in the above URL too. Can you suggest ?
Hi srivi281992,
I think that this is a bug/problem with ChronoForms - it gives the same ID to all of the recaptcha divs and so the script only works with one of them :-(
I can only suggest that you use different capthas for the other two forms. The simple HoneyPot (not the built-in one*) is straightforward and effective and will work with multiple forms on the same page. There is a FAQ on how to use it.
Bob
* The built in captchas all have problems with multiple forms on the same page :-(
I think that this is a bug/problem with ChronoForms - it gives the same ID to all of the recaptcha divs and so the script only works with one of them :-(
I can only suggest that you use different capthas for the other two forms. The simple HoneyPot (not the built-in one*) is straightforward and effective and will work with multiple forms on the same page. There is a FAQ on how to use it.
Bob
* The built in captchas all have problems with multiple forms on the same page :-(
This topic is locked and no more replies can be posted.