• 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: CSS Trouble - Form not applying CSS to pages 2 & 3

CSS Trouble - Form not applying CSS to pages 2 & 3 10 years 10 months ago #28041

  • josh.thomson
  • josh.thomson's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 19
  • Thank you received: 2
I have been using RSForms Pro for a while now, it's a great component and has allowed us to do many things.

I am currently having issues with the layout of the form I am creating.

It's a multi-page form (3 pages) and tracks a large amount of data including various conditional fields that show-up when a specific radio button is enabled. The form was displaying correctly, but now it doesn't display correctly for pages 2 & 3.

I have added some custom CSS to the stylesheet to enable neat formatting of the first page... and after-which it will not display the other forms correctly... The conditionals have stopped working and they show 100% of the time.

The CSS I have added to the front.css file (I have only added to the top of the file (no edits to original CSS)):

.
.
/* Custom CSS */
.rsform-block-eldate, .rsform-block-eleditor, .rsform-block-elcountry, .rsform-block-elcountryfinal, .rsform-block-elcorrectportname, .rsform-block-elporttype, .rsform-block-ellevel
{
	display:inline-block;
}
 
.formResponsive #ellatd, #ellats, #ellatm, #ellongd, #ellongs, #ellongm,
.formResponsive textarea {
  width: 48px;
}
 
#ellongc, #ellatc
{
        margin-top:-7px;
}
 
#elporttype
{
	width:90px;
}
 
#ellevel
{
	width:50px;
}
 
#ellatc, #ellongc
{
	width:40px;
}
 
#rsform_7_page_0, #rsform_7_page_1, #rsform_7_page_2
{
	padding-top:30px;
}
.
.


The 1st page (with good formatting):

Notice the spacing is equal and a fair size.

Bad formatting:
There shouldn't be any textboxes visible as they have conditional statements (only show if Q=Found)

I might try replacing the front.css with a new untouched copy to see if its the issue.

thanks.
Josh.
The administrator has disabled public write access.

CSS Trouble - Form not applying CSS to pages 2 & 3 10 years 10 months ago #28042

  • josh.thomson
  • josh.thomson's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 19
  • Thank you received: 2
Replaced the front.css with a blank one.... problem persists.
The administrator has disabled public write access.

CSS Trouble - Form not applying CSS to pages 2 & 3 10 years 10 months ago #28043

  • cosmin.cristea
  • cosmin.cristea's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 756
  • Thank you received: 144
Can you provide a link to your form so we can take a look?
My help is not official customer support. To receive your support, submit a ticket by clicking here
The administrator has disabled public write access.

CSS Trouble - Form not applying CSS to pages 2 & 3 10 years 10 months ago #28062

  • josh.thomson
  • josh.thomson's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 19
  • Thank you received: 2
cosmin.cristea wrote:
Can you provide a link to your form so we can take a look?
Sorry, No-can-do... It's on our internal server... It has no public access
The administrator has disabled public write access.

CSS Trouble - Form not applying CSS to pages 2 & 3 10 years 10 months ago #28148

  • josh.thomson
  • josh.thomson's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 19
  • Thank you received: 2
After supplying my form to RSJoomla, they were able to point out the issue and return my form to a working state.

Thank you for your support!

-FYI: Within the components editor on RSForms, do not use '<form></form>' tags as they are built using their form scripts. ...Once I removed the form tags (surrounding a button) ...the form started displaying correctly.
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!