Jump to content

Line break


rbjformula.dk

Recommended Posts

If by "#" you mean the literal character then your rule would be:

return Field("YOUR_FIELD").replace(/#/g,"<br />");

If by "#" you mean any number then your rule would be:

return Field("YOUR_FIELD").replace(/\d/g,"<br />");

In both cases, you will need to check the return tagged text box. :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...