-
Posts
21 -
Joined
-
Last visited
Reputation Activity
-
colin.simmons reacted to bigbrainedtutors in 'Subclients' attached to one accounts
We run a tutoring business and so sometimes our 'clients' (kids) can get kind of mixed up with our 'customers' (their parents paying the bill). I was curious if there was a way to attach two different names to the same Acuity account so that one parent at their dashboard can manage two kids.
For instance- If Anna has two kids, Beth and Charlie, can sessions with the name 'Beth' on them, and others with 'Charlie', both appear in an Acuity account attached to 'Anna'?
-
colin.simmons got a reaction from studio2grl in Form Data - How to export to sheet
Also trying to find a solution to this!
-
colin.simmons reacted to SYC in Form Data - How to export to sheet
Site URL: https://www.sherbornyachtclub.org/
When selling memberships, we collect member information in a custom form.
When I export the orders, none of the information from the custom form is included in the export to CSV.
I see the information in the confirmation email and also in the actual order.
Is it possible to export the custom form information that is collected from an order to a google sheet?
-
colin.simmons got a reaction from MATTER in How to return to the same scroll position when using browser's back button?
Hey friends,
Here's a snippet of code that I use to save the scroll position. I use it when a user has navigated away from a long index page and I want them to return to the same place.
Note, for an index, you must add it in the code injection for the INDEX, not the page section.
<script type="text/javascript"> function refreshPage () { var page_y = document.getElementsByTagName("body")[0].scrollTop; window.location.href = window.location.href.split('?')[0] + '?page_y=' + page_y; } window.onload = function () { setTimeout(refreshPage, 35000); if ( window.location.href.indexOf('page_y') != -1 ) { var match = window.location.href.split('?')[1].split("&")[0].split("="); document.getElementsByTagName("body")[0].scrollTop = match[1]; } } </script> Let me know if this helps!
-
colin.simmons reacted to christyprice in SEO Expert AMA: Matt Callahan
What's your best advice for keyword research without investing in one of the expensive tools?
-
colin.simmons reacted to HopeCVG in SEO Expert AMA: Matt Callahan
Is it best to have Squarespace host domains to reduce DNS lookups in order to avoid a slow site load speed? Or would you suggest using CloudFlare? This is assuming other site speed factors are already optimized (images, minified css, js, html, ssl, etc).
-
colin.simmons reacted to Collaborada in SEO Expert AMA: Matt Callahan
What prompted you to build your new site on Webflow versus Squarespace? And what differences in search performance have you seen as compared to your older site?