How to do a HTML Form Submit to be used by PHP?

rp-7
newbie-question

#1

Hi Experts,

Our customer is using Axure for their web page design.
They gave me the web page and now I need to do put my PHP code in it.
The page just needs to do a Form Submit.
It simply needs to pass a textfield and listbox value selected.

The files given to me are in html zip format. Not in .rp anymore.
How can I edit the html files anymore since its not in .rp?

I search that I should edit the file /files/home/data.js to tell where is the next page should go.
Now when I do a button submit it goes to url:

http://localhost/nextpage.php#TypedSearch=sss&CSUM=1

Nevertheless I’m unable to submit the textfield value to the next page.

Does Axure support directly using the generated HTML in doing programming, say PHP?

Can you show me an example how to submit a form with listbox and textfield that is compatible for HTML Form submit?

Please really need help.
Thank you.


How can I add an HTML post command that acts on an external page/site?
#2

Hi jemrusalem07,
Form tag Not available in Axure.
you can insert form tag using script.
Dynamic Mail function (without 3rd party)

You can create for submit the text field value to the next pagein rp file.refer the below tutorial
Pass Text to Next Page Tutorial | Axure
Host your rp file in to
https://share.axure.com/

Create or Edit a Plugin on AxShare Tutorial

Thanks,
Vikram


#3

Our customer is using Axure for their web page design.
They gave me the web page and now I need to do put my PHP code in it.

I feel sorry for you. As for editing the HTML, just open it in your favorite text editor. However this is beyond anything Axure supports.

Does Axure support directly using the generated HTML in doing programming, say PHP?

No, but you can take the HTML Axure generates and do whatever you want with it after that.


#4

Hi nkrisc, thank you for the reply. Atleast now I know that the generated pages still needs to be recoded in plain HTML for actual development use, such as for PHP.

Hi Vikram, thanks for the reply, now I understand that there is no HTML form support in Axure.

Axure is really very good in prototyping, but I hope it could be improved to accommodate support for the Programming Development side after the page was prototyped.


closed #5

unlisted #6