We offer two options for integrating the ROLocator module with various Registration and/or Form Builder modules that are available in the marketplace. As long as the module that you're using supports creating/running a sql statement or performing an HTTP Post after submission, then use one of our two methods of integration:
- Direct SQL Statement into our table and utilize our DNN Scheduler event to geo-code the newly inserted data based on a scheduled amount of time (every 30 seconds, every 1 minute, etc...). This will scan the ROLocator database table for any invalid geo-data (latitude and longitude missing), and lookup and store the coordinates with the data.
- Or, use our HTTP Post class to insert the form data into our system and have it be geo-coded immediately and therefore will show up in the search results in real-time without any delay.