Originally you had Location where it would map if address entered and hyperlink if HTML. This was a good idea except, it would sometimes try to map the name of a venue or hyperlink some combination Admin entered. Now it's become even more complicated.
Some chapters are live-streaming physical meetings. In this case they would need both a physical location and a hyperlink.
I'm seeing a need for four separate fields:
- Name of Venue
- Address (w/ map)
- Hyperlink (if HTML entered)
- Other note: Room #, Park in rear and enter through yellow door, ask at front desk, etc.
Okay, this huge: database, TPL files (admin and front-end), and PHP files (admin and front-end). While I'm working on it, things are going to break in the front-end and admin (Events and Calendar). So, hold off any testing etc. Gonna create four (4) fields:
Venue Name (VENUE_NAME) [Required]
Venue Physical Address (VENUE_PHYSICAL_ADDRESS) [Optional but one of Physical Address and Web Address required]: will be mapped like you in Get in Touch section on Home Page
Venue Web Address (VENUE_WEB_ADDRESS) [Optional but one of Physical Address and Web Address required]: includes link in new window to website
Venue Notes (VENUE_NOTES) [Optional]
Yes?