Skip to content

Alex Sirota

My feedback

125 results found

  1. 9 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Wishlist » Members  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Alex Sirota commented  · 

    You can hide this with some CSS. If you share the page link I can offer you some CSS to hide any part of the member directory.

  3. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Alex Sirota supported this idea  · 
  4. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Wishlist » Events  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Alex Sirota supported this idea  · 
  5. 4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Alex Sirota commented  · 

    Are you accessing the files from Windows Explorer or MacOS? I haven't seen this problem when I do mass moves.

    Or are you talking about the File Manager in the Web admin ui? I prefer the MacOS/Windows Explorer native usage of WebDAV as it is much faster and can allow editing files natively in Notepad++ or another code IDE.

  6. 8 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Wishlist » Gadgets  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Alex Sirota supported this idea  · 
  7. 5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Wishlist » Blogs  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. 5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Alex Sirota supported this idea  · 
  10. 3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    2 comments  ·  Wishlist » API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Alex Sirota commented  · 

    This is something that can easily done in your code with a sort() function before processing the data. Make.com has this function.

  11. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Alex Sirota commented  · 

    This can be easily changed with CSS. Here's a sample page

    https://newpathconsulting.wildapricot.org/Join

    add this code to the CSS Tab in the Website Module

    /* Replace the breadcrumb separator indicator */
    .breadcrumbsLi:before,
    .breadcrumbsLi + .breadcrumbsLi:before,
    .WaGadgetBreadcrumbs li + li:before {
    content: " ▼ " !important; /* Use " ▼ " for a solid downward triangle */
    }

    To change the breadcrumb separator from `>` to a downward-facing arrow (`↓` or `▼`) in Wild Apricot, target the CSS pseudo-element that inserts the separator between the breadcrumb list items.

    ### Custom CSS

    Add the following snippet to your site's **CSS customization panel** (*Website > Theme > CSS* in Wild Apricot):

    ```css
    /* Replace the breadcrumb separator indicator */
    .breadcrumbsLi:before,
    .breadcrumbsLi + .breadcrumbsLi:before,
    .WaGadgetBreadcrumbs li + li:before {
    content: " ↓ " !important; /* Use " ▼ " for a solid downward triangle */
    }

    ```

    ---

    ### Key Adjustments

    * **Symbol style:** Change `" ↓ "` (arrow) to `" ▼ "` (solid triangle) or `" ▾ "` (small triangle) depending on your design preference.
    * **Spacing:** Ensure there are spaces inside the quotes (e.g., `" ↓ "`) to maintain proper margin between text links.

  12. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Alex Sirota commented  · 

    Here is a complete, lightweight countdown widget built with HTML, CSS, and JavaScript. It features an interactive control panel to customize the target date, time, colors, and layout in real time.

    Key Features

    Dynamic Styling: Color changes update live using CSS variables (--accent-color, --bg-color, etc.).

    Flexible Input: Uses standard <input type="datetime-local"> to effortlessly pick dates and times.

    Auto Padding: Numbers are formatted with padStart so single digits maintain double-digit symmetry (05 instead of 5).

  13. 2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Wishlist » API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Alex Sirota shared this idea  · 
  14. 6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  Wishlist » API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Alex Sirota shared this idea  · 
  15. 213 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    85 comments  ·  Wishlist » Events  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Hello everyone,

    I've been working on this idea for a while, and most of you have described the same trap. You need a volunteer to run one or several events, and the only way to let them is to hand over your whole contact database and your finances. But there are different events and different needs. So I'd like to test the shape with you before we build it.


    The idea is to maintain the current role of Event Manager, which currently grants access to all events. However, you can also limit this access and assign the person to specific events by choosing from one of three levels of access:

    1. Check-in assistant - welcome people at the door, handle walk-ins. Sees their assigned events and who's registered. Checks people in, signs up whoever turns up, takes payment at the door. Cannot edit the event or its registrations.
    2. Registration manager -
    An error occurred while saving the comment
    Alex Sirota commented  · 

    I think assignment per event is overkill. Much like the website editors there could be a restricted event editor that has access to a subset of events. Allow the creation of a restricted event editor that has access to events. Not sure checkin assistant is that common.

    One thing that should be still allowed is event editors that still have access to the database and financial records as now. Many times you still want that.

    An error occurred while saving the comment
    Alex Sirota commented  · 

    A limited "events coordinator" role could be useful. The role would be a scaled down version of the event manager. These features available to a full events manager would be eliminated from an event coordinator capabilities:

    View contacts list
    View contact details
    Add new contact
    Modify contact details
    Run saved searches
    Export contacts

    These financial roles would also be eliminated for an event coordinator:

    Add/modify invoices
    Record/modify payments
    Settle/unsettle payment
    Add/modify refunds

    Alex Sirota supported this idea  · 
  16. 23 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    9 comments  ·  Wishlist » Finances  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Alex Sirota supported this idea  · 
  17. 11 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Alex Sirota supported this idea  · 
    An error occurred while saving the comment
    Alex Sirota commented  · 

    We have built a new scenario in Integromat to support tax break our and much more. See https://waxm.newpathconsulting.com/waqm/ for more details.

    An error occurred while saving the comment
    Alex Sirota commented  · 

    The ideal situation would be to expand the list of accounts and add a liability account called Taxes which could export the taxes assessed on each invoice.

    There is a way to create such an account in Quickbooks

    https://www.myvao.com/2014/05/19/set-liability-account-quickbooks/#:~:text=Steps%20To%20Setting%20Up%20a%20Liability%20Account%3A%201,the%20account%20name%20and%20number.%20More%20items...%20

    They are liability accounts because the funds collected here have to be "paid back" (minus any eligible sales taxes paid out on expenses) to the government and thus are a liability.

  18. 25 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    2 comments  ·  Wishlist » Reporting  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Alex Sirota commented  · 

    Have you thought about modifying them with make.com. There’s an api for emails.

    An error occurred while saving the comment
    Alex Sirota commented  · 
    Alex Sirota shared this idea  · 
  19. 32 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    23 comments  ·  Wishlist » Members  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We're working on analyzing custom membership renewal periods right now, and while it's pretty obvious functionality for levels with renewals on the join date, it's not as easy for levels with renewals on specific dates.

    How this will work for levels with renewals on join date: You will select "Custom" renewal period and set it to e.g. 3 weeks. See the screenshot attached for UI solution for this (it's new designs that are to be rolled out pretty soon)

    For levels with renewals on specific date, the problem is not that obvious - and the main reason I'm not very sure about the actual association renewal setup.

    If you need custom renewal period AND you have any specific membership start date - could you please describe your setup so I would have better understanding of your needs?

    An error occurred while saving the comment
    Alex Sirota commented  · 

    While this feature request has been around for 13 years, and I understand priorities shift, its core value—automated trial upgrades—remains highly relevant. Specifically, enabling automatic conversion to a paid membership upon successful payment would significantly enhance the user experience. A basic custom renewal period, without that automation, is less impactful.

    111 votes https://forums.wildapricot.com/forums/308932-wishlist/suggestions/8825782-free-trial-period-for-membership

    I'm curious if there are any updates or a potential timeframe for when this type of automated upgrade feature might be considered for implementation?

    An error occurred while saving the comment
    Alex Sirota commented  · 

    The need also exists to renew for just the current "season" and not renew for a subsequent season. The current renewal policy of allowing to renew 1 season ahead should allow to turn off renewals for 1 season ahead completely.

    The issue with renewals for 1 season ahead has to do with financial record keeping and some sports/seasonal club do not want to allow renewals for anything but the current season.

  20. 233 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Alex Sirota commented  · 

    I would think many of the requested features can be handled with membership fields like the numeric field for example with good titles. What features can’t be handled with regular membership fields ?

    An error occurred while saving the comment
    Alex Sirota commented  · 

    Now that’s a great idea. Have points rewards for stuff you do with your wa profile.

    Alex Sirota supported this idea  · 
← Previous 1 3 4 5 6 7