• 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: How do I add text above and below my form?

How do I add text above and below my form? 16 years 11 months ago #9

How do I add text above and below my form?

BTW, my earlier post vanished. And the login timeout on this forum seems a bit on the short side.
The administrator has disabled public write access.

Re:How do I add text above and below my form? 16 years 11 months ago #20

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
Hello,

i will add this as a suggestion and it will be available in the next release. Hopefully this week.
The administrator has disabled public write access.

Re:How do I add text above and below my form? 16 years 11 months ago #66

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
Forme 1.0.1 will be launched today. This feature can be done by changing the default forme code. (you will have this option in the Edit Form panel).
The administrator has disabled public write access.

Re:How do I add text above and below my form? 16 years 11 months ago #239

is the only way to add text at the moment by implementing it in the code? would be nice to have another option in the control panel to add some kind of introduction to the form.

great component btw;)
The administrator has disabled public write access.

Re:How do I add text above and below my form? 16 years 11 months ago #246

  • Jilic
  • Jilic's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 33
C'mon Marcel. Don't get TOO lazy. (je bent zeker liever lui, dan moe, whahaha)

Just place the tekst you want in the field called 'Edit the Form Style'.
If you want it before your Form, place it before:
<div align=\"left\" style=\"width:100%\" class=\"componentheading\">{formtitle}</div>
If you want it behind the Form, place it after:
</table>
</form>

Do it in HTML to make it pretty !!!

But don't forget...
Do not touch this unless you know what you do :cheer: ;)<br><br>Post edited by: Jilic, at: 2007/05/11 22:53
The administrator has disabled public write access.

Re:How do I add text above and below my form? 16 years 11 months ago #250

Jilic wrote:
C'mon Marcel. Don't get TOO lazy. (je bent zeker liever lui, dan moe, whahaha)

Just place the tekst you want in the field called 'Edit the Form Style'.
If you want it before your Form, place it before:
<div align=\"left\" style=\"width:100%\" class=\"componentheading\">{formtitle}</div>
If you want it behind the Form, place it after:
</table>
</form>

Do it in HTML to make it pretty !!!

But don't forget...
Do not touch this unless you know what you do :cheer: ;)<br><br>Post edited by: Jilic, at: 2007/05/11 22:53

i know how to do it, but would be a nice option for the gimps im making the sites for :woohoo:
The administrator has disabled public write access.

Re:How do I add text above and below my form? 16 years 11 months ago #290

  • Jilic
  • Jilic's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 33
Maybe you can do a try using the forme module, for the time being.???

I don't know if you can use a module in the middel of a text/log.
The administrator has disabled public write access.

Re:How do I add text above and below my form? 16 years 11 months ago #320

  • alex
  • alex's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 443
  • Thank you received: 3
No wait... I will add both Basic / Expert use in the next version. That means you will be able to add intro & outro text about the form using the cute WYSIWYG editor in Basic Mode..
The administrator has disabled public write access.

Re:How do I add text above and below my form? 16 years 11 months ago #540

It would also sometimes be useful to insert text between fields on a form, for example I'd like to put a line of text in a current form saying \"The remaining fields are optional....\" etc.

I'd hoped this could be achieved with the \"Hidden\" or \"Free Text\" field types, but these still appear to the left/right of the fields themselves.
The administrator has disabled public write access.

Re:How do I add text above and below my form? 16 years 11 months ago #555

  • globule
  • globule's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 8
To insert beetween fields, it is possible to use a custom \"comment\" fied like the text field and just change the output(without input field) in the HTML file.
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!