I’ve added an option to include logo(s) - multiple ones along with the Edgeryders logo if needed.
The footer is now there, and there is an optional partners section - the example form includes all these.
Also the login text is now configurable, so theoretically you can change the entire form language - the only things that would stay in English are now the footer and the error messages.
you modify this part of the configuration, as it describes here:
"publish": {
"topic": 14202
}
You can either put “topic” to specify the topic_id where you would like the answers to be posted in a single thread - or replace “topic” with “category” and put the id of the category you want the responses to be posted in.
In the latter case each answer will be posted as a separate topic in that category.
Here is an example where the responses will be posted in the campfire category (id 237):
But Edgeryders Forms doesn’t work when I put the topic name in the script…
No worries if not, it will be public after all, so maybe it doesn’t matter. Just wanted to be sure that the answers to the form don’t need to go to the page with the script, but can go to any platform topic you instruct them to!
Question for @owen and @MariaEuler: in the new account creation through the form, is the user taken through the original platform consent funnel? (for participating in research?) I suspect that is not the same as the consent for participating in webinars and online events,
{
“type”: “consent”,
“required”: true,
“text”: “The call will be recorded for research purposes. Please read details about that process in this information sheet and confirm that you understand and consent to the recording of the call. This is required to register and attend the call”,
“label”: “I agree”
},
Just with your particular form of the consent sheet linked
@owen, there is no pressure at all on this request, but I was wondering how these forms could be used in other edgeryders affiliated forums such as Blivande (https://forum.blivande.com/). Might be interesting down the line when we are organising regular workshop events at blivande for example. But we can absolutely also use something else.
Asking just in case it only means to copy in a different line. Otherwise just ignore this
We definitely need to do this. I’m administering the Blivande forum, so I can do it.
@owen, do we need our own branch or can we somehow use https://tell.edgeryders.eu but have it post on Blivande? If not, just point me to the right repo and what variables I need to change, and I can deploy with Netlify.
Ok this will require quite a bit of configuration:
Set up the multisite_account.json API endpoint, with the plugin James built
Check that “Allowed user api auth redirects” is enabled in the Admin and configure the redirect URL to return to after the user has logged in. This should be the domain of the form site + ‘/auth_redirect’. So tell.edgeryders.eu/auth_redirect in our case.
Add the site domain to the CORS whitelist (both for the platform and for the edgeryders-multisite-accounts.json endpoint)
Configure the .env file at the root of the repository (create one if it does not exist) and you will need to add the following values (examples shown when possible):
There are some more instances where the code to post a topic is hardcoded to edgeryders.eu, I’ll have to update this to rely only on the .env variables - until then do a search and replace on any ‘edgeryders.eu’ strings inside src/App.vue to point the requests to the Blivande platform.
@owen, is there a good way to contact everyone who filled out the form & commented on the topic to send out the reminders and zoom links?
we can not drop them in the public topic. Sending PMs by hand takes long and is error prone if done by hand and often the PMs are not getting read by those who do not regularly check the platform. Looking up the email for everyone who registered takes even longer.
How can we reach out to participants best if we use the forms to sign up for events (taking in consideration that we also need to address those who comment to the event threads directly not just through the form).
Any thoughts?
Would there be a possibility to adjust the email that is sent to people when using the forms to include an event registration line and a zoom link that is individual to each form? Or would that only get more confusing in setting up + make it necessary to set up the zoom links already very early?
Or could we possible to get a list “by form” with everyone’s username and email address who filled it out to be sent in a locked place while still sending the comments in the public posts?
@bojanbobic and @IvanC are also interested in this.