Adding POST field

  • Автор темы Автор темы egz
  • Дата начала Дата начала

egz

Новичок
Регистрация
21.01.2015
Сообщения
11
Реакции
0
Баллы
1
Hi,
i'm looking for solution of my problem: i want to add POST field before clicking submit button. I prepare actions in Project Maker for few fields, but i have to add one directly for POST before click submit and send it.
How can i do it?
Thanks for help
:)
 
Where do you want to add POST field? On what website? Sorry, but it is not clear. Please give examples.
 
I was thinking about post variable not field.
When i do project in ProjectMarker i do recording and fill fields. But i can't find one field but POST variable is sending (i check it in Firebug), i don't know how(propably Javascript)
So i have idea to set $_POST['page'] permanently but i don't know how do it?
dms22r.jpg
 
Yes something like that, but is any option to use it for one field/variable, without 'compile' all request?
 
If the form is already using POST you can just add an additional field to the source, the bold part, before you click the button.

<form action="someurl.php" method="post">
<input type="text" name="firstname">
<input type="text" name="lastname">
<input type="text" name="page" value="{-Variable.pageValue-}">
<input type="submit" value="Submit">
</form>
 
Thanks Tobbe it's nice idea, but how can i modyfiy soruce in ZennoPoster?
 
Thanks so much :D
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)