• 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: DateSubmitted - in frontend need VALUE?

DateSubmitted - in frontend need VALUE? 15 years 11 months ago #7357

I need to show when the form was submited in the front end using the mod_rsform_list

In the ROW LAYOUT - there is this
<tr><td>{details}{ChildsFirstName:value} {ChildsLastName:value}{/details}</td><td>{MotherEmail:value}</td><td>{DateSubmitted}</td></tr>

I know when i go to my actual forms in the backend and see all the imputs. there is a DATESUBMITTED in there.. how can i use this in the front end.. what is the CODE.. or VALUE for this???
The administrator has disabled public write access.

Re: DateSubmitted - in frontend need VALUE? 13 years 3 months ago #15937

{global:date_added} shows submission date in frontend
The administrator has disabled public write access.

Re: DateSubmitted - in frontend need VALUE? 13 years 2 months ago #16200

You will have embed it see sample:

<td>{{global:date_added}}</td></tr>
The administrator has disabled public write access.

Re: DateSubmitted - in frontend need VALUE? 13 years 2 months ago #16222

  • andreic
  • andreic's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 745
  • Thank you received: 66
Hello,

You can see a complete list of global placeholders available for RSForm!Pro here:

www.rsjoomla.com/support/documentation/v...ticle/74-emails.html
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.
  • 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!