mjhea0 / Flask-Landing

simple landing page to collect prelaunch emails
67 stars 27 forks source link

Add sign-up API. #3

Closed cisko3000 closed 5 years ago

cisko3000 commented 5 years ago

Provides a page with js code to paste into any landing page. This way, a person can create landing pages at different places and hosting services, and collect landing page form submissions. The forms can be custom, and custom fields will be stored as json in a database column.

mjhea0 commented 5 years ago

@cisko3000 please resolve the merge conflicts,

You may need to rebase, as I put some changes through last night.

cisko3000 commented 5 years ago

@mjhea0 Ok, let me know if I did any of this git stuff wrong.

mjhea0 commented 5 years ago

I made some changes. Can you address this issue: https://github.com/mjhea0/Flask-Landing/pull/3/files#r265551498? Thanks!

mjhea0 commented 5 years ago

Merged! Want to add some tests for the new endpoint?

cisko3000 commented 5 years ago

Sure