Kimberly Reese
My feedback
8 results found
-
267 votesDmitry Smirnov responded
Even though it is not a direct implementation, I hope this could be helpful:
We just launched integration with Integromat platform, which helps to build automated workflows. We also provide several templates for quick start, and one of them allows to copy google calendar events into WA events. So if you share a google calendar for events submission, then the scenario could copy submitted events into your Wild Apricot account.
You can try this integration by this link https://www.integromat.com/en/integration/2275-copy-google-calendar-into-wild-apricot-events -
1 vote
An error occurred while saving the comment -
53 votesKimberly Reese supported this idea ·
-
83 votesKimberly Reese supported this idea ·
-
46 votesKimberly Reese supported this idea ·
-
50 votesKimberly Reese supported this idea ·
-
0 votes
An error occurred while saving the comment Kimberly Reese commentedIT WORKED!!! THANK YOU THANK YOU THANK YOU!!
An error occurred while saving the comment Kimberly Reese commentedAhhh...now I understand.
JS coding is definitely advanced. I'm going to have to put my thinking cap on for that one. Perhaps I can back my way into it. Thanks for the reply!!
While I have you, is there a way to change the font size for the member level description? This is the verbiage that shows up immediately below the member level settings.....
An error occurred while saving the comment Kimberly Reese commentedI'm thinking that's not what I need.
Those instructions are for changing the button text. I want to change the text that shows up when a member tries to perform a level change. It's on the "Change Member Level" screen that shows the member to list of levels that they can choose from.
This is a message that displays inside of a yellow box that has the warning triangle next to it. Says " Please note: full price of the new membership term will be billed. No refund will be done. Contact your site administrator personnel@pershingangels.org if you are expecting a refund."
We need to change that text. The button is fine.
An error occurred while saving the comment Kimberly Reese commentedhi...did I ask a tough question and stumped all the Apricots out there or is this customization not possible?
Kimberly Reese shared this idea · -
5 votes
An error occurred while saving the comment Kimberly Reese commentedHello,
Any update on when the link will be live again. Our users would benefit from a sitemap. I'm interested to what you developed.
Has this code changed since July 2015? I added it to my GlobalScripts and it had no affect on the Renewal button.
<script type="text/javascript">
var buttonRenewal = document.getElementById('ctl00_ContentArea_MemberProfile1_Membership_RenewalButton');
if (buttonRenewal) {
buttonRenewal.value = 'This is a test';
}
</script>