-
Content Count
375 -
Joined
-
Last visited
-
Days Won
1
alexm last won the day on October 21 2020
alexm had the most liked content!
Community Reputation
119 ExcellentAbout alexm
-
Rank
Sr. Member
Contact Methods
-
Website URL
https://www.digitalriot.co.uk
Profile Information
-
Gender
Male
-
Location
Warwickshire/Oxfordshire, UK
-
@virtualgadjo you too sir!
-
@virtualgadjo Yeah, route 1 is definitely the lines I was thinking down too! Only matching values from the posted result to values stored on the relevant results page that has the same or most matching values. Thank you for your time and for sharing your thoughts 🙂
-
@virtualgadjo Thanks for replying! 🙂 Sorry, I might not have been very clear. This is exactly how I mean. So the user selects yes or no to each question, hits submit, then show the most relevant result/success page based on their selection. I'm wondering what is the best way people think is to go about this?
-
alexm started following New blog: Stripe Processor for FormBuilder, Different results page based on form choices, Fatal Error creating a File field and and 3 others
-
I'm looking to set up a Form (using FormBuilder) with questions that are simple yes or no choices using radio select. Based on the combination of answers given, different results pages would need to be shown. I'm wondering what the best way to go about this might be. I was thinking perhaps on each results page you could have checkboxes of the questions that need to match yes or no, then use a selector to match the page(s) with the most matches. Any other ideas are welcomed and most appreciated 😊
-
@teppo yes, that's the exact issue. Thank you for pointing me to that - I'm not alone, haha.
-
Is anyone experiencing an issue creating a field using FieldtypeFile? I'm getting the following error: Fatal Error: Uncaught Error: Call to a member function get() on null in wire/modules/Fieldtype/FieldtypeFile/config.php:60 PW Version 3.0.170
-
@kongondo This is looking phenomenal. Amazing work. I would gladly get involved in the Alpha release if possible, with great pleasure!! This is most exciting. Made my morning! Haha.
-
[SOLVED] Selector - single quote/apostrophe breaking returning no results
alexm replied to alexm's topic in General Support
@teppo and that's done it!! Thank you. Weirdly when I tested the output of $page->getUnformatted('title') earlier with an echo I got no output, but now I am. Thank you again for your help, time, expertise and all. Being the weekend too! 🍻 -
[SOLVED] Selector - single quote/apostrophe breaking returning no results
alexm replied to alexm's topic in General Support
Hey @teppo! Thanks for your input. Yeah, I've tried that also. No joy. -
I'm having a bit of a problem with a selector: pages()->get("template=blog-post,blog_categories.title=$page->title,sort=-publish_from,images>0"); The selector works for all pages however this page's title is Women's Team and the category page title is also Women's Team. If I change the selector to: pages()->get("template=blog-post,blog_categories.title=Women's Team,sort=-publish_from,images>0"); It works as expected. Is this expected with apostrophes? I thought apostrophes were acceptable in selector string queries? Thanks in advance.
-
@ryan Well thank you again for all your efforts. It really is a massively useful feature! I still feel like it's worth a bit extra.
-
@ryan Are you going to put a donate button up for that so people can tip you for your time?!! I'd be happy to pay something extra towards this on top of FormBuilder. I'm certain many others would too.
-
getImages is pulling in videos as well as images. To check this, I've output the item type in loop and the videos items are showing as images. I'm running latest version of PW and InstagramBasicDisplayAPI v 1.4.2
-
[SOLVED] Sort search results by most matching page field options
alexm replied to alexm's topic in General Support
@MoritzLost IGNORE ME... Jeeeez. I'm having a meltdown today. Heavy weekend 🤣 Thank you, thank you, thank you!