• 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: Field that generates sequential number, date, time

Field that generates sequential number, date, time 9 years 1 month ago #34663

Good morning, like too many RSForm, congratulations!

Must include a field on the form, hidden from the User, which manages a sequential number, I want to use like a protocol number for the incoming message.

I need to include another field, also hidden from the User, to report the date and time the message was sent.

Please, how can I include these fields?
The administrator has disabled public write access.

Field that generates sequential number, date, time 9 years 1 month ago #34697

For the date, I am using something similar as the invoice number create you hidden field and then add this.
//<code>
$currDate = date('YmdHis');
return .' #: '.$currDate;
//</code>

It is set up to display the date and time as such 20160331081532
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!