Hello List,
I'd like to have a little ajax-form which posts the form-data to a php file. The echo of this file should be displayed with update to a textarea.
So far i got:
{{#form:action=http://myserver/myfile.php%7Cmethod=post%7C {{#input:type = text| name = problem }}
{{#input: type = ajax | value = send problem | update = output}}
}}
<div id="output"></div>
Error: unknown function wfSimpleFormsAjax (the phpfile is not yet existing)
Is my plan possible at all? Is it possible to hide the input-fields after sending?
Thank you! Best Regards P.M.