I went through all my PLP steps and replaced the cfa_controlHandler with
standard isdefined("form.field") stuff.

Behavior is unchanged! On Step #3 containing the file upload, clicking the
Next button sends me back to Step 1. Reloading the page leaves me at Step 1.
Clicking Next then sends me to Step 5.

It's as if Spectra thinks it's on Step 4 but is displaying the code from
Step 1.

The logic for all these steps is "Run" -- no conditions. So it should go
right through.

The the Next button is included on every page:

<input class="inputbutton" type="submit" name="btnNext" value=">">

The Next button action is included on every page:

<CFIF IsDefined("Form.btnNext")>
        <cfset thisStep.isComplete = 1>
        <cfset thisStep.advance = 1>
        <cfset
thisStep.nextStep=Evaluate("PLP.steps.byorder.step#Int(PLP.steps.byname[this
step.name] + 1)#")>
        <cfset showhtml=0>
</cfif>


______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                        
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to