1st question
I have a frame in the index.html page.
Inside the frame there is the page_1
In this page_1 I created a form from wizard (Name, Email, Comments and Submit). It works (only after David ask me to check if the page was saved with php extention)
This form asks always a success page when you press the submit button
(I guess that this success page is not always necessary)
In the success.html page I have a link to return to the index.html page.
The problem is that the whole page opens inside the frame of the index. html
(I guess that would be better if the success page could open in a small blank window with the option "Close")
How do I find a solution for this? Is this a bug or the bug is in my head ?
Meanwhile...I found a solution for this 1st problem: I deleted the link and I wrote: Press "Initial Page" the left menu bar to return.
2nd question
I made the same form from wizard but this time in a page.php from a protected folder. And...it does not works!
I made a copy & past of the 1st form placed in the page_1 to this protected page, and still did not work.
First Iīve put the success page inside the public_html folder and after that inside the protected folder. No way in both options
Is not possible to create the a form like this in page of a protected file?
Is this a bug or am I missing something once more?
Tx
Rui
I have a frame in the index.html page.
Inside the frame there is the page_1
In this page_1 I created a form from wizard (Name, Email, Comments and Submit). It works (only after David ask me to check if the page was saved with php extention)
This form asks always a success page when you press the submit button
(I guess that this success page is not always necessary)
In the success.html page I have a link to return to the index.html page.
The problem is that the whole page opens inside the frame of the index. html
(I guess that would be better if the success page could open in a small blank window with the option "Close")
How do I find a solution for this? Is this a bug or the bug is in my head ?
Meanwhile...I found a solution for this 1st problem: I deleted the link and I wrote: Press "Initial Page" the left menu bar to return.
2nd question
I made the same form from wizard but this time in a page.php from a protected folder. And...it does not works!
I made a copy & past of the 1st form placed in the page_1 to this protected page, and still did not work.
First Iīve put the success page inside the public_html folder and after that inside the protected folder. No way in both options
Is not possible to create the a form like this in page of a protected file?
Is this a bug or am I missing something once more?
Tx
Rui
Comment