MJ68
posted this
11 September 2016
Hi Hella,
thanks for the informations, but it will not work.
Here are some Settings perhaps you can see why i will not work?
Forms:
Name: person-datas
Action: /wordpress/wp-content/plugins/myplugin/include/person_datas.php
Method: Post
Mode: Default
Input1:
Type: Numbers
ID: body_height
Name: body_height
Placeholder: in cm
Maximum length: 3
Text: Body height
Show Label: on
Input2:
Type: Numbers
ID: body_weight
Name: body_weight
Placeholder: in kg
Text: Body weight
Show Label: on
Button:
Text: send Data
Name: sender
Submit button: on
After i push send then it will be go to the start Page.
No Request from my script bell be shown and nothing else will be done from my script.
The Script will be work, but the small HTM Script will done very well.
HTML Script instead of Themler Form
<!DOCTYPE html>
<html>
<head>
<title>Person Datas</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<p>Fill out your Body Datas.</p>
<form action="/wordpress/wp-content/plugins/fitnesstagebuch/include/person_datas.php" method="post">
<p><input name="body_height" /> Body height</p>
<p><input name="body_weight" /> Body weight</p>
<p>
<input type="submit" name="sender" value="send" />
<input type="reset" value="Daten zurücksetzen" />
</p>
</form>
</body>
Thanks
M.
Hi Hella,
thanks for the informations, but it will not work.
Here are some Settings perhaps you can see why i will not work?
Forms:
Name: person-datas
Action: /wordpress/wp-content/plugins/myplugin/include/person_datas.php
Method: Post
Mode: Default
Input1:
Type: Numbers
ID: body_height
Name: body_height
Placeholder: in cm
Maximum length: 3
Text: Body height
Show Label: on
Input2:
Type: Numbers
ID: body_weight
Name: body_weight
Placeholder: in kg
Text: Body weight
Show Label: on
Button:
Text: send Data
Name: sender
Submit button: on
After i push send then it will be go to the start Page.
No Request from my script bell be shown and nothing else will be done from my script.
The Script will be work, but the small HTM Script will done very well.
HTML Script instead of Themler Form
<!DOCTYPE html>
<html>
<head>
<title>Person Datas</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<p>Fill out your Body Datas.</p>
<form action="/wordpress/wp-content/plugins/fitnesstagebuch/include/person_datas.php" method="post">
<p><input name="body_height" /> Body height</p>
<p><input name="body_weight" /> Body weight</p>
<p>
<input type="submit" name="sender" value="send" />
<input type="reset" value="Daten zurücksetzen" />
</p>
</form>
</body>
Thanks
M.
Last edited 11 September 2016 by MJ68