There is an app here which is currently HTML and CSS only, i.e. no functionality. The app aims to allow a user to complete 3 steps in order to unlock the reward of free membership.
- Step 1: 'Like' the page using the custom 'like' button;
- Step 2: Submit name and email information;
- Step 3: Share the page using the custom share button.
What we want to happen:
- Step 1: When a user clicks the 'like' button, their profile 'likes' the related Facebook page, and the button's background position changes to show the 'done' state;
- Step 2: When the user successfully inputs their information and checks the 't & c' box, the form disappears and a 'success' icon appears, while the button state changes to 'done' as before;
- Step 3: When a user clicks the 'share' button, the user is able to share without leaving the page, and the button state changes to 'done.
Any advice on how to proceed is much appreciated.