1
alantony
Formulize and Pageworks (Membership Directory)
  • 2006/11/7 3:25

  • alantony

  • Just popping in

  • Posts: 8

  • Since: 2006/10/22


Hey,

I have created a framework with two forms (1) Membership Application Form and (2) a Dummy Form. From this primary form I am able to extract a membership directory using Pageworks. My problem is that our organization wants to approve the application before it is included in the Directory. Here is the code for the membership directory provided that you have specified the handles in the Framework Edit Page.

echo "".'Membership Directory:'."";
print "
";
print "
";

foreach($data2 as $entry) {
$ids = internalRecordIds($entry, "AAOSS_Members");
$id = $id[0];

print "Name: ".display($entry, "lastname").", ";
print "".display($entry, "firstname")." ";
print "".display($entry, "middleinitial")." ";
print "".display($entry, "suffix")."

";
print "Profession: ".display($entry, "profession")."
";
print "Degree: ".display($entry, "degree")." ";
print "".display($entry, "otherdegree")."
";
print "Email: ".display($entry, "email")."
";
print "Business Address: ".display($entry,
"businessaddressname")."

";
print "Address1: ".display($entry, "address1")."
";
print "Address2: ".display($entry, "address2")."
";
print "City, State Zip: ".display($entry, "city").", ";
print "".display($entry, "state")." ";
print "".display($entry, "postalcode")."
";
print "Telephone: ".display($entry, "telephone")."
";
print "Fax: ".display($entry, "fax")."
";
print "
";
print "
";
}

My question is how can I frist approve the application and then allow the approved applications print into the membership directory. I have some idea but I am not sure about implementation.
idea:
1. have a 2nd form with a yes/no button that links to the application lastname and $uid.

Any assistance is appreciated in Advance. al

2
jegelstaff
Re: Formulize and Pageworks (Membership Directory)

Hi there,

FYI: I saw your companion post on our dev.xoops.org area, and hope to respond later today.

Cheers,

--Julian
Technical Architect - Freeform Solutions
Formulize - custom registration forms, ad hoc forms and reports

Login

Who's Online

456 user(s) are online (95 user(s) are browsing Support Forums)


Members: 0


Guests: 456


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Oct 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits