When do I need form protection?

I am currently working on my Recipe Holder and was wondering since I am only taking values from the form and displaying them on the page would I need to protect my form from script injection? If I do where is a good resource to get information on how to do that.

Unless you’re writing a server app or sending data to an API, don’t worry about it.

1 Like

Okay that’s what I thought, I just wanted to make sure I wasn’t missing something. Thank you