saber1
1
Hi there,
is it possible to add a part of a url via Advanced Form Submission?
For example:
The destination ist subdomain.domain.com/TOKEN
The TOKEN changes in many ways.
Is it possible to enter the correct token into an text input field and send it via Advanced Form Submission?
In the settings there is “GET” and “POST”.
But entering subdomain.domain.com/ takes no effect after send the TOKEN.
saber1
2
Would it be possible when adding this code:
<form method="get" action="https://subdomain.domain.com">
<input type="text" name="search">
<input type="submit">
</form>
EDIT:
Okay, not really. It creates a new inputbox and send button.
saber1
3
@duncan
Am i on the right way to try it with Advanced Form Submission?
Is that possible in principle?
duncan
4
Yes in principle that does it. It’s easy enough to look at the generated code, when creating the form.
saber1
5
With htaccess Rewrite Rule this can be achieved.