• 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: can rsform do this, to take the first line...

can rsform do this, to take the first line... 12 years 9 months ago #14407

  • formad
  • formad's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 3
Hello, can rsform do this, to take the first line form an article and put it in an (order) form.

Kind regards,
Matthijs
Last Edit: 12 years 9 months ago by octavian.
The administrator has disabled public write access.

Re:can rsform do this, to take the first line... 12 years 9 months ago #14408

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Hello,

Though RSform!Pro does not have a built in functionality that offers this by default, it can be achieved with some custom scripting. Note that you don't need to modify the source code, just use its scripting areas.

Basically you will have to pass an article parameter to the form, such as an id or something that will uniquely identify the article. Based on this id, extract the adequate data from the article table.

This implementation will require a basic understanding of PHP / MySQL.
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
Last Edit: 12 years 9 months ago by octavian.
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!