function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vandana Rattan 4Vandana Rattan 4 

Event Registration App

Hi,

I have a requirement to build an Event Registration App for IPADs with following:-

1) The first Page should have 3 fields - Presenter, Event Name, Event Date. Once the presenter chooses all 3, 2nd page should come up.
2) The 2nd Page should capture the Name, ph no, Person ID, email, etc of the person registering. This should be save in Salesforce in a Custom object. Any new records being inserted for this custom object should also trigger a lead creation.
3) If the person registering is an existing contact and enters his Person ID his details should be auto filled.
4) Once Custom object Detail page should also have a refence to the lead created for the record.

How can I go about implementing this? Salesforce login should not be required for this.

Is is possible through lightning Or will I have to go for Mobile SDK Dev?

Thanks,
Vandana
Best Answer chosen by Vandana Rattan 4
KevinPKevinP
depending on your security needs, you can likely get away with a standard visualforce page on the ipad's safari browser. build a visualforce wizard and have at it.