• 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: Counter blocked at 1000

Counter blocked at 1000 7 years 4 months ago #37606

  • Abdel08
  • Abdel08's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Hi,

I followed your tutorial and installed a counter to my form. For years it works well.

I am not a developer and today I have a problem:

my counter stopped at 1000.

all other forms now have the number 1000.

Do you have a solution for my meter to go beyond 1000?

Thank you



my code:

$db = JFactory::getDBO();
$db->setQuery("SELECT MAX(`FieldValue`) FROM #__rsform_submission_values WHERE FieldName='counter' AND FormId='".(int) $formId."'");
$_POST = $db->loadResult()+1;
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!