January 13, 2021 at 12:27 am
#5696
stefanpt
Guest
So after days and days of hair pulling Iv got a working solution. Perhaps someone has a similar case. Here it is
1. Form submission passes custom post ids via GET REQUEST
2. Get custom post field value (image url) using “get_the_field( ‘field_name’, $post_ID)”
3. Echo out image urls into either a slider or ‘before-after’ slider
Let me know your thoughts 🙂