Hi there,
I have a form with an action.
Is it possible to modify elements within the form based on the form’s action address or a part of the address.
For example, I have this code:
<form action="bookingform.asp?WCI=FinalPage" method="post">
I want to modify an input button within the form, but I don’t have access to the form code itself.
Is there a way I can use a CSS selector, maybe to select the “FinalPage” part of the form to modicy the button?
Thanks!