Line breaks in premade conversation slug

Joshua Farrell

FP's Housekeeper
Joined
Nov 9, 2009
Messages
21,131
Reaction score
2,530
FP$
56
So, in XF, if you know what fields to call, you can make a premade conversation, by adding that info into the url slug. I am attempting to make a premade conversation, that can be filled out in PM, after someone clicks the url to open it.

The issue I have at the moment, is adding line breaks in it, without having to add custom bbcode to include the line breaks.

Here is what I have:
Code:
https://forumpromotion.net/conversations/add?to=Joshua%20Farrell&title=Example%20Premade%20Conversation%20Title&message=This%20is%20the%20message%20field.

Anyone have any ideas what could be used to add the line breaks in the url slug?
 
Durp, I should have been more specific in my google search, and not include the forum software in the search. %0D%0A does the trick.
 
Back
Top Bottom