- Edited
I'm setting up a custom Form Field for when people submit tickets.However, I notice URL is not among the choices, and that's exactly what I need... LOLI need them to enter the full URL to their site, including the http:// but if do that, get a Forbidden when they try to open new ticket.So, I guess that means I need to do a Validator, but I have NO idea what to do on it. There's none, like I said, for URL, so I guess would do Custom (Regular Expression).However, what do I add to the required Regular Expression box?Also, once get this set up, how do I make sure this gets into the ticket email?I set Variable as: awhurlSo do I set it to: %{ticket.user.awhurl} ? (minus the space the forum added that I can't get rid of....LOL)