I am using a list block with vertical cards to display a catalogue of products for my store.
On each card I have a different photo that is pulled from Airtable that represents a product category.
Below the picture I have a button that says ‘View Product Category’ and I can link it to another list block of products of only that type.
Problem is, and this is maybe due to my lack of knowledge, that I can only seem to link it to one other page.
I cannot seem to understand if it is possible to link each photo’s button to a unique/different page, hope my explanation makes sense?
I’d be grateful if anyone can tell me if it is possible and how to do it or if it is not the way to do it then what approach should I take?
Many thanks in advance for any tips, advice, solutions and insight
Kind regards
David
SOFTR
You need to create a page for each category on Softr and define a specific URL.
AIRTABLE
Database > Tables setup
On your Airtable base, create 2 tables, one for all your products and one for each product’s category.
External URL field
On the category table, create a URL field (you can call it External URL) and paste the specific URL for each one (the pages on Softr you just created).
You don’t need to copy the entire URL, just the URI, not the domain.
Basically, the URL you created on the Softr’ page.
For instance:
alice.softr.app/page-list
Just paste:
/page-list
Link to another record
Then link all products to their specific type (the link between those 2 tables) and add as a Lookup field the External URL field.
SOFTR
Now select your List block and add a button.
On action, select “Open external URL” and assign the “External URL” field.
Publish and test!
Et voilà, it should work!
Now if you create other categories or change the URL path, you just need to change it on the category table.
Hope this is clear to you now, happy to help in any case.