I want to add a string in front of a paramemter on my form so that when the user submits something on the form, it posts to an external API and my client can log in to freshdesk
You should do this in your model by adding your substring before the value que form will send you. This seems business logic, it shouldn't be in the view.