HTML CSS exersice, simple (just to understand the task)

So first you need to Duplicate http://dubailifestyleapp.com and
http://dubailifestyleapp.com/members/

Then on the first page Change the form to only a button that redirect to
the members page

Then, on the members page change the form to this form :
inside :

  before </body> closes:

if jQuery is already in page, no need to add this line.

$(function() {
    tbsdk.init({
    container: '#cont',
    pipe: '0rSX2a2',
    campaign: '13',
    sub_campaign: '30DayChange',
    password_required: true,
    extra_data: {
    subAffiliateId: "30DayChange"
}
});
});

And the last thing you should do is put this div instead of the original form

<div id=“cont”></div>

Leave a Comment