• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Captcha field

Captcha field 9 years 9 months ago #31853

  • gvannauw
  • gvannauw's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
Hi everyone

is there anyone who knows how to change the settings sothat the input field of the Captcha element is following directly on the same line as the captcha letters?
Now it is on a different line because there is a <br> element in between.. I guess this would mean that the actual coding needs to be changed??

I can't put a screenshot here but basically now the layout is as follows

Captcha [F Y I OP ]

[field to type in the captcha of above] refresh button

I would like to come to following

Captcha [F T Y U I] [ field to type in captache ] Refresh link

Tks for your answer
The administrator has disabled public write access.

Captcha field 9 years 9 months ago #31919

  • bogdan.tataru
  • bogdan.tataru's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 174
  • Thank you received: 40
You can try achieving this by logging into your admin panel and headding to Components > RSForm!Pro > Manage Forms > select your form > Properties tab > CSS & Javascript and add the following definition in the CSS field:
<style>
.rsform-block.rsform-block-captcha br {
    display: none!important;
}
</style>

More on this here:

www.rsjoomla.com/support/documentation/r...-and-javascript.html
My help is not official customer support. To receive assistance, submit a ticket by clicking here
The administrator has disabled public write access.

Captcha field 9 years 9 months ago #31926

  • gvannauw
  • gvannauw's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
Hi,
I added your suggestion to the form, but unfortunately the <br> is still present, causing the refresh field to appear on another line
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!