Online Forms
Incorporate form design and submission functionality. This would help clubs automate some administrative processes.
-
Erica commented
Can you please add a contact form widget for the website? I know there's a workaround that involves creating a user named "Contact Us," and we're currently doing that, but it really isn't the best solution. Ideally we could have a contact form widget so that we can add more content to the rest of the page -- for example a brief FAQ above the contact form just to address the three or so most common questions we get, with useful links that address those questions. No, adding the "instructions" field to the "Contact Us" user does not give us sufficient space.
-
Del Ahlstedt commented
The current form system seems to rely on database field definitions. It would provide enhanced useability if form fields had the ability to be "pre-filled" using tags or other easily defined reference.
-
Nicasio Design - Felix Figuereo commented
long overdue
-
Robin Sapiro commented
So the workaround referenced in the last post, does actually work pretty well and is quite easy to implement (for a simple Contact US).
However what does NOT work at all well is the Captcha implementation and as such leaves you open to various bots being easily able to post all sorts of garbage.
Sadly the folks at WA consider fixing this to be an enhancement request rather than a defect issue - so just guess how long you will wait for that to be fixed.
Now if you are using the Contact US or Feedback 'form' for just your membership - consider putting it on a membership only page (so user has to be logged on to the site to access).
If you want to make this open to the public - well then use one of the available external form tools or live with the spam. Or consider looking for an alternative to WA.
-
Chris Tesla commented
The current workaround for embedding Contact or Feedback Forms (https://gethelp.wildapricot.com/en/articles/1565-creating-a-contact-us-or-feedback-page) is a major security risk, as I have been using this workaround for over a year and am constantly flooded with spam...some of which is incredibly offensive. Rather than using 3rd-party forms (Google or Wufoo) it makes sense to have an integrated function.
-
Mike King commented
As Robin Sapiro said, it's not super hard to do this with google forms.
Here's a job application form I embedded
https://www.edgewoodpoolandtennisclub.com/ApplyIt was as simple as:
1. Create a new page
2. Add a Custom HTML gadget
3. Paste the Google Embed script
4. add some CSS stuff to make the google form dynamic
<meta name="viewport" content="width=device-width, initial-scale=1">
and change the Google embed to 100% instead of a hard numberI don't see WA trying to implement this.
-
Piljo Yae commented
Need onliine fill-in form for a mentorship program.
-
Robin Sapiro commented
If you have any HTML and JavaScript skills (or the $$$ to pay someone with those) - have a look at the sample code at: https://benalexkeen.com/autofilling-forms-with-javascript/
It really took me about 3 minutes to:
Create a new test page on my WA site
Add a Custom HTML gadget
Pate the sample code from that page
Save the pageAnd I have a working form.
Now obviously if you want to prefill that form with some member data - you are also going to have some JavaScript to call the applicable WA contact API and extract what you need and then once the user clicks a 'Save or Submit' button - some more JavaScript to extract the data entered by the user and either plug that back into the WA database (WA Contact API) or do whatever else you want with the data.
Real point is - while this request is extremely popular - it is 'only almost 3 years old' - pretty young for WA requests. Additionally to design a form feature that will meet the requirements for each and every person who voted for this enhancement - is just flat out going to be impossible.
All you have to do is read through a few of the 70 comments and see just how many variations of requirements are there:
Report expenses
Contact Us
Health & Safety forms
Accident Forms
Athlete Declarations
Suggestion box
Volunteer signup
Maintenance requests
Information requests
Submit violations
Submit ideas for beatificationAnd that list is just from the first of 4 pages of comments
There is also a lot of great documentation on HTML and JavaScript on the web for those of you who like myself do this for a not for profit and are always cash strapped.
-
BAWSC WebMaster commented
I agree this is a critical missing feature for our water-ski club. Today we have to have members download word documents to fill out forms and then email to respective club officers/board members. Most common is reimbursement request form. Ideally this should just be a page on our Wild Apricot site where member logs in it pre-populates their member information, they select from a drop down their expense type, upload copy of receipts and then submit form that goes to Club Treasurer to issue payment.
-
Kimberly Sandor commented
I would like a form that can collect basic information from someone, allow a document (like a CV) to be uploaded then the admin get a note/email that this was done.
Right now we use a work around with the event registration, and our nominations look like events! It would really help to have forms!!!!
-
Robin Sapiro commented
For a basic 'contact us' form (ie allow a visitor to send a selected contact an email without revealing the recipients address) have a look at my site: HODToronto.com - down at the bottom you will see my name in the footer - click on it and you will see the Captcha protected option to email me.
Although I must say that of late some of the content that I have been receiving makes me think that the Captcha schema being used by WA (the very original design) is being hacked by a robot. WA does need to update this to more current type of Captcha like those where yo select all images with a car in them or even better where you just click the check box that says 'I am human' - the logic behind those is really interesting.
I have just BTW had this running since the site first went live in 2013.
It is out of the box WA functionality
-
Alex Sirota commented
We are working on an idea to use Ninja Forms, a WordPress plugin for forms, that will interact with the Wild Apricot API to create forms that can populate Wild Apricot (membership application, event reg, profile update).
Of course then you can start to leave the CMS behind in Wild Apricot, start using WordPress as the CMS and use the native form building functions in Ninja Forms as well to your heart's content.
I would not wait for Wild Apricot to build advanced form building in the product any time soon. It's an innovation that is extremely complex to "reinvent" and there are lots of solutions that can embed a form into a Wild Apricot site (typeform, jotform, formstack, google forms etc).
-
Seth Eheart commented
The fact that this hasn't been added is mind boggling. Squarespace has been doing this out the box for over 5 years. WordPress for over 10 years. Whoever is the product manager, needs to get this in the dev pipeline ASAP.
-
Luis A. Rivas commented
Can you please provide an update for this "Top Idea" wish list item? Will it be addressed in 2020? While the 'file attachment' feature is nice to have, we need Forms.
-
Will Keyworth commented
oh please god yes! what is so hard about this essential component of any cms???
-
Robin Sapiro commented
So while not actually implementing forms in WA, consider the following.
With a free GMail account you can create forms (https://docs.google.com/forms). Log on with you GMail ID.
Data entered into a form is stored in a Google sheet in this account.
Integromat has a function that will pick up any new rows added to a Google sheet, so you even have the option of adding the data added through the Google form to a WA contact record.
For access to the Google form, you can either embed this in a WA web page or provide a link to a stand alone copy of the Google form.
If you are using the standalone version - consider customizing the form with your WA web page banner.
Also of interest is that you are using the standalone method, you can also create a URL that that will prefill any fields that you select. So for example if sending out the URL in an email from WA, you can use the email macros to embed any of the existing membership data into that URL
-
Stephen Metheringham commented
Would be great for vital elements of operation (Ski racing club):
Health & Safety forms
Accident Forms
Athlete Declarations
etc -
Club Administrator commented
I needed a contact us form on our website so I used JotForm.com and inserted the jotform.com script on our website contact us page but it would be a great feature if Wild Apricot had the ability to create web forms that captured data and emailed the form results to an administrator.
-
Robin Sapiro commented
Just 1 thing to consider about allowing anonymous submissions.
You open yourself that way to spamming.
Any anonymous option should be something that each site admin can turn on/off. Default should be off.
Anonymous submissions should also have the option of requiring a captcha - captcha option by default to be enabled
-
Matt Miller commented
What would be great is to basically clone the "polls" feature, but instead of treating it as voting, send the choices that were selected directly to an e-mail address or be able to download out of the database.
It would also be very beneficial to have an option for anonymous users to be able to submit a form. Suggestion boxes, volunteer signup, etc. often turn away people if they have to create an account just to submit a suggestion or offer to help. As a non-profit, we can't discourage help when someone wants to offer it.