• 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: Please Help! Invalid Input Everywhere (Almost)

Please Help! Invalid Input Everywhere (Almost) 12 years 3 months ago #20857

  • chris69
  • chris69's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Something isn't playing nice, but I can't figure out what it is. The page where error occurs is currently at lsavl.cloudaccess.net/en/contact.html

I really need this sorted ASAP and appreciate any help I can get. I'm sure I overlooked something, but I tried suggestions in other posts and they didn't solve anything.
The administrator has disabled public write access.

Please Help! Invalid Input Everywhere (Almost) 12 years 3 months ago #20859

  • octavian
  • octavian's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 783
  • Thank you received: 110
Hello,

The following line from your template's css (lsavl.cloudaccess.net/templates/livespac...df9057ff110a5f62.css) is overwriting the css definitions included in RSForm! Pro:

.component-content address span {
display: block;
}

If you remove it or adjust it everything will display fine.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.

[Solved] Invalid Input Everywhere 12 years 3 months ago #20867

  • chris69
  • chris69's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 2
Wow that was easy thanks! I just had to add !important to the line:

.formNoError {
display: none !important;
}

Fixed everything.
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!