I would have to set up a new test scenario as I finally decided not to use a SC Form, but I would assume without the backticks it would work as it’s how you load a serverconnect with query parameters.
SC form just extends SC right?
When calling a SC from an input the UI doesn’t add the backticks.
Why would I want to send to an external api a query string that means nothing to the server.
It’s actually sending a GET request with the AC binding as a string and not resolving the value before performing the xhr call.
Check the URL value below.
Summary
URL: http://localhost:3000/thisplace?test=%7B%7Bform1.input1.value%7D%7D=
Status: 404 Not Found
Source: Network
Address: ::1:3000
Initiator:
serverconnectForm.js:296