• 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: Adv. Form Fields Plugin - Date Dropper Field Size

Adv. Form Fields Plugin - Date Dropper Field Size 4 years 11 months ago #39229

Is there a possibility to give the text field of the date dropper (from the advanced form field plugin) the same size as the other fields?
Because the size is different from the other fields, the layout is slightly skewed.

In this example 'Geboortedatum' (Dutch for DOB)

The administrator has disabled public write access.

Adv. Form Fields Plugin - Date Dropper Field Size 4 years 10 months ago #39237

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 564
  • Thank you received: 102
Hello,

You can try to adjust this by adding something similar into Form Properties > CSS and JavaScript > CSS area:

<style type="text/css">

.formBody .rsfp-datedropper {
width: 100% !important;
}

</style>
The administrator has disabled public write access.
The following user(s) said Thank You: m.scharrenberg

Adv. Form Fields Plugin - Date Dropper Field Size 4 years 10 months ago #39240

Thank you Dragos!

Now i have put:

<style type="text/css">

.rsfp-datedropper {
width: 100% !important;
}

</style>

without .formBody
When i put this in there to then nothing happens.

Now the field is 100% long but it still have the smaller height . I tried with margin en padding but is dus nothing.

Sorry for the inconvenience. i'm not so good with css code :blush:
The administrator has disabled public write access.

Adv. Form Fields Plugin - Date Dropper Field Size 4 years 10 months ago #39241

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 564
  • Thank you received: 102
Hello,

If your website is public, can you please provide a direct link to the form in question so I can have a look? If I'm required to login to view this form, please submit a Support Ticket on this topic.

www.rsjoomla.com/submit-a-ticket.html
The administrator has disabled public write access.

Adv. Form Fields Plugin - Date Dropper Field Size 4 years 10 months ago #39250

The link is public: Direct link to form
The administrator has disabled public write access.

Adv. Form Fields Plugin - Date Dropper Field Size 4 years 10 months ago #39256

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 564
  • Thank you received: 102
Hello,

I am unable to access your website:

'403: Toegang geweigerd
Je land (RO) staat op de zwarte lijst'

Please submit a support ticket so we can further continue the conversation and investigate this situation.
The administrator has disabled public write access.

Adv. Form Fields Plugin - Date Dropper Field Size 4 years 10 months ago #39261

Oeps. Sorry. Romania was on the blacklist. Now you can see it :blush:
The administrator has disabled public write access.

Adv. Form Fields Plugin - Date Dropper Field Size 4 years 10 months ago #39265

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 564
  • Thank you received: 102
Hello,

I have taken a look at your form and from what I can see, the Date Dropper field is displayed as the rest of your fields. Can you please properly refresh your browser cache (CTRL + F5) and test this one more time?
The administrator has disabled public write access.

Adv. Form Fields Plugin - Date Dropper Field Size 4 years 10 months ago #39266

Hi Dragos.
My Bad :ohmy: I refreshed my browser cash and now it's all fine.

Thank you for the time for looking to my problem.
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!