I’m needing some help with an if statement.
Have a form set up that passes it’s info to an entry. There is a field to enter a web address that is pre filled with “http://”. If they do not enter anything, the http:// gets passed to the channel field and is displayed.
I’m wanting to set up an if statement where if the filed is = to http:// it will not display. I know the statement should begin
{if app_website != "http://"}, but I am not sure how to make it not display.
Thanks in advance for any help.