Setup gravity form for send trip planner.
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 15 Nov 2018 19:26:36 +0000 (14:26 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 15 Nov 2018 19:26:36 +0000 (14:26 -0500)
commitdf20ba94db44c2c1f1027a904354fa3e2ccedb9d
tree01ababe7ab31fd5fdb42262d56d6a8ca49fb891d
parent42a627578e8c01c8c96c7b01e880dcf06e301ae8
Setup gravity form for send trip planner.

Add new setting for the trip planner.
Add send_itinerary_form_id for setting the gravity form id.
Will be used for submitting the form to the members.
13 files changed:
classes/data/dataSettings.php
index.php
js/front.js
models/front/itinerary/list.php
setup/databaseScripts/create_database_V0.0.1.sql [deleted file]
setup/databaseScripts/create_database_V0.0.2.sql [new file with mode: 0644]
setup/databaseScripts/dbVersions.php
setup/databaseScripts/update_database_V0.0.2.sql [new file with mode: 0644]
setup/frontHooks.php
views/admin/settings/itinerary.html
views/front/itinerary/create.html [new file with mode: 0644]
views/front/itinerary/list.html
views/front/itinerary/moreinfo.html [new file with mode: 0644]