Script Wont Perform Step2
I have a script I am working on that will not perform [STEP2]
Anyone ever experience this? It's very basic, so it must be something stupid I am doing:
[REGISTER]
Registers
[STEP1]
Edit's a page
[STEP2]
Edit's a different page
Both steps work fine, as I can flip flop them and they work. However, neither will go to step 2...
I get no errors in my log or in the debug screen or anything, the script just acts like its done. It never performs step 2
Any clue?
Anyone ever experience this? It's very basic, so it must be something stupid I am doing:
[REGISTER]
Registers
[STEP1]
Edit's a page
[STEP2]
Edit's a different page
Both steps work fine, as I can flip flop them and they work. However, neither will go to step 2...
I get no errors in my log or in the debug screen or anything, the script just acts like its done. It never performs step 2
Any clue?
Comments
submit success=%url%
submit failed = This field is required|Internal Error|An Error Occured
Other than that it just finds a URL & form and post fields. I guess I can't have a success in both steps?
EDIT: I took the submit success and submit failed out of step 1 and it works fine now... Thanks!
I guess the URL is submitted on step1? if thats the case it might be present in step2 and submission stops as the success message is present. You might want to use...
submit success= href="%url%|href='%url%|href=%url%