ScoutWatch - Scouting Unit Management Wiki

PAGE-DIRECTORY | GROUP-TASKS

Testing Update Code

NOT WORKING

(:update form table=scoutlist fields=scoutlist_id,LogID,Join,Rank,LastName,FirstName,MiddleName,Joined,DoB,Rank required=scoutlist_id,Joined,DoB,type null=dues_paid default=hours_pledged where=memberid redirect=Members/List:)

Scout Name:(:update hidden LogID:)(:update select scoutlist_id label="CONCAT(LastName,', ',FirstName)" from=scoutlist where="LastName IS NOT NULL" order=LastName,FirstName null="Select a person" tabindex=1:)
Scout Name:(:update select scoutlist_id label="FirstName" from=scoutlist where="LastName IS NOT NULL" order=LastName,FirstName null="Select a person" tabindex=1:)
Test Name:(:update text LastName value=LastName size=20:)
First Name:(:update hidden LogID:)(:update text FirstName label=FirstName:)
Joined:(:update text Joined size=10 mask=####-##-##:) (YYYY-MM-DD)
DoB:(:update text DoB size=10 mask=####-##-##:) (YYYY-MM-DD)
Type:(:update radio member_type household:)Household
(:update radio member_type student:)Student
(:update radio member_type supporting:)Supporting
Dues Paid:(:update checkbox dues_paid 1:)
Payment ID:(:update text payment_id size=20:)
Rank:(:update hidden LogID:)(:update text Rank from=scoutlist where="LastName IS NOT NULL" size=20:)
Hours Pledged:(:update text hours_pledged value=5 size=3 mask=###:)
Notes:(:update textarea notes rows=3 cols=30:)

(:update submit value="Submit Changes":) (:update end:)



Page last modified on August 14, 2017, at 12:14 AM
ScoutWatch