• 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: Auto Generate code for each request

Auto Generate code for each request 4 years 4 months ago #40843

Hello,
Is it possible to generate auto customer code (like M565886 or any schema) included to form to give every customer contacting me unique follow up number and sav it to google sheet
i hope this possible

Regards
Appreciate your great extensions
The administrator has disabled public write access.

Auto Generate code for each request 4 years 4 months ago #40845

  • dragos
  • dragos's Avatar
  • OFFLINE
  • Administrator
  • Posts: 634
  • Thank you received: 117
Hello,

Though no particular format as you've described, you can try taking a look at our Support Ticket field. It allows you to choose from Random or Sequential type. If you want to retrieve this value into a Google Sheet, you can achieve this by mapping something similar:

M{supportticket:value}

More information on Google Sheets plugin for RSForm!Pro can be found here.
The administrator has disabled public write access.

Auto Generate code for each request 4 years 4 months ago #40846

  • iceferret
  • iceferret's Avatar
  • OFFLINE
  • Gold Boarder
  • Posts: 246
  • Thank you received: 64
I use a hidden field with this as the default value
//<code>
return time();
//</code>

That gives me a unique reference number for each form submission based arounf the unix time stamp. it would be easy enough to manipulate that to add a prefix letter in front.
If you can keep your head when all about you are losing theirs, then you obviously don't understand the situation!
Last Edit: 4 years 4 months ago by iceferret.
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!