Hey @no-code, Just stumbled upon your video for a specific use case that I have in mind that fits perfectly. Wanted to know if the community was still alive and kicking? If so, would love to join, filled in the form a few days ago. Thank you for all the good content and all the best!
Any chance you would know of a program to do a hotel marketplace that would allow hotels to list their different rooms and prices within the same listing/storefront? All rental templates out there are made for single properties with just 1 price. Thanks!
@@no-code Thanks for your reply 😀 I tested this method, however I can’t get the logged in user email 😕 I suppose it is cause I didn’t put any custom code in the page settings, isn’t it ? Would it be possible to access to this custom code ? 😊 Thanks for your help 🙏
Yep you can grab a copy of the base and the code snippet in the No-Code.ie community, you should have an invite in your inbox but any issues just let me know! 😃
Hi @@no-code, thanks a lot for this great tutorial :) I am also very interested in having this custom code. I registered in the Co-Code.ie. looking forward to see this as soon as I'll get access to the plateforme !
Thanks for that video! You mentioned that you also have a video about Webhooks - unfortunately, I can't find this one. Could you share the link here once more please?
Hello, I know it's been a 9 months since the recording but isn't it possible to achieve the same result without Integromat/Make today? With generic Softr + Airtable integration?
Hi Anita 👋! Probably out of habit... in my experience, the first field in an Airtable base (also known as the "Primary" field), I would say 99% of the time I make this field a formula field and concatenate as much useful data as possible into that field; Whatever info you have in the primary field of a record becomes the label that is visible for that record when it is in a linked record field on another record and it is really useful to see all the most important / meaningful bits of info at a glance, without requiring you to expand that linked record to see what it is.. sorry if I am not making sense!! Any questions let me know
Great video! Out of curiosity, how did you get the page to automatically refresh after clicking cancel appointment? I have a form that I am using in Softr to add data in a list view and it is really annoying because every time that I submit the Softr form, I have to refresh the page in order for the data to show on in the list. Do you have a quick fix for this? Thanks!
Thanks for the nice comment! To auto refresh as shown in the vid, a webhook response module is used in the integromat flow, and I show how to configure this in the video... a webhook response tells your Softr app what page to redirect the user to after they have clicked a button containing the webhook trigger e.g. in the case the cancel appointment button! Hope this helps
Thank you for your quick response! Do you know if there is a way to do this without webhooks though? I am just curious if maybe there is a script that could be run on a custom code block or something? Thanks!
If you select the option in the form block in Softr to "Open Page" after form submit and select the current page the form is on, this should do the trick! Think I do an example of this in the vid here ruclips.net/video/W3mJac6JG0c/видео.html
Good job. Though I am a little disappointed, because I thought your solution did not imply having a make step in the process... I hopped Softr would be able to deal with a junction table in a standalone feature... mayb one day...
Thanks for the nice comment and for watching! Yep native action buttons are on the Softr roadmap, a feature I think a lot of people are looking forward to (including myself!)!
😂yep you could say that! I suppose the concepts are always going to be the same whether you are coding or no-coding or low-coding, we are all just building things at the end of the day, using whatever tools let us get there 😃
Hey @no-code,
Just stumbled upon your video for a specific use case that I have in mind that fits perfectly. Wanted to know if the community was still alive and kicking? If so, would love to join, filled in the form a few days ago. Thank you for all the good content and all the best!
Thanks for the video. Can you give more details about the first Webhook ? How do you send the 2 IDs to this Webhook ?
Any chance you would know of a program to do a hotel marketplace that would allow hotels to list their different rooms and prices within the same listing/storefront? All rental templates out there are made for single properties with just 1 price. Thanks!
Thanks a lot for this video ! Wonderful workaround that I will use for sure in my next No-Code projects 👌
Thank you Elise and hope it gives your next project a boost 🚀
@@no-code Thanks for your reply 😀
I tested this method, however I can’t get the logged in user email 😕 I suppose it is cause I didn’t put any custom code in the page settings, isn’t it ?
Would it be possible to access to this custom code ? 😊
Thanks for your help 🙏
Yep you can grab a copy of the base and the code snippet in the No-Code.ie community, you should have an invite in your inbox but any issues just let me know! 😃
Hi @@no-code, thanks a lot for this great tutorial :) I am also very interested in having this custom code. I registered in the Co-Code.ie. looking forward to see this as soon as I'll get access to the plateforme !
Hi Jerome, thanks for watching! Check your inbox 📥 😉!
Thanks a lot mate!
Very welcome, thank you for watching! 😃
Thanks for that video! You mentioned that you also have a video about Webhooks - unfortunately, I can't find this one. Could you share the link here once more please?
Sorry for delay responding! You may have found it by now but if not here is the video about webhooks ruclips.net/video/5ZPmEv_tWxw/видео.html
Hello, I know it's been a 9 months since the recording but isn't it possible to achieve the same result without Integromat/Make today? With generic Softr + Airtable integration?
Hi Cichy! It probably is possible now, have you tried to do it? could make for a good future vid !
I was looking to download the code snippet but wasn't able to log into your site.
was there a reason you made the 1st field in vacancies "email" a formula?
Hi Anita 👋! Probably out of habit... in my experience, the first field in an Airtable base (also known as the "Primary" field), I would say 99% of the time I make this field a formula field and concatenate as much useful data as possible into that field; Whatever info you have in the primary field of a record becomes the label that is visible for that record when it is in a linked record field on another record and it is really useful to see all the most important / meaningful bits of info at a glance, without requiring you to expand that linked record to see what it is.. sorry if I am not making sense!! Any questions let me know
Hi, thanks for the video I requested to be part of the community are you still taking people in? Would love to join.
Did you get in the end? Thanks for watching!
not clear how the recordid is populated in the first place in the url when user chooses vacancy...
Great video! Out of curiosity, how did you get the page to automatically refresh after clicking cancel appointment? I have a form that I am using in Softr to add data in a list view and it is really annoying because every time that I submit the Softr form, I have to refresh the page in order for the data to show on in the list. Do you have a quick fix for this? Thanks!
Thanks for the nice comment! To auto refresh as shown in the vid, a webhook response module is used in the integromat flow, and I show how to configure this in the video... a webhook response tells your Softr app what page to redirect the user to after they have clicked a button containing the webhook trigger e.g. in the case the cancel appointment button! Hope this helps
Thank you for your quick response! Do you know if there is a way to do this without webhooks though? I am just curious if maybe there is a script that could be run on a custom code block or something? Thanks!
If you select the option in the form block in Softr to "Open Page" after form submit and select the current page the form is on, this should do the trick! Think I do an example of this in the vid here ruclips.net/video/W3mJac6JG0c/видео.html
Love your vidoes
I have sent an request to join the community, if you still take people in, I hope to join :D
This was a great help !
Thanks Jacob! You should have got an invite by now but any problems just let me know!
I would like to follow along! Anyway I could get accepted in the community? I am excited to get started
Hi Jamal!! Check your inbox 😃
Thanks man
You are welcome!
Hello, thanks a lot for the vidéo ! I sent a request to join the community.
Good job. Though I am a little disappointed, because I thought your solution did not imply having a make step in the process...
I hopped Softr would be able to deal with a junction table in a standalone feature... mayb one day...
Thanks for the nice comment and for watching! Yep native action buttons are on the Softr roadmap, a feature I think a lot of people are looking forward to (including myself!)!
Are you still taking people in your private community?
So basically same complexity of programing but with cliky pointy?
😂yep you could say that! I suppose the concepts are always going to be the same whether you are coding or no-coding or low-coding, we are all just building things at the end of the day, using whatever tools let us get there 😃
Please can you help me with the vacancy record id I am getting this to make: {LOGGED_IN_USER:ID} instead of record id
No
Hello! I sent a request to join the community yesterday. Could you send access by email, please?
Sent now 😎
@@no-code Me too! I have requested to be part of the community