Problems, need help? Have a tip or advice? Post it here.
2 posts Page 1 of 1
Hello, found a bug with a third party script.

Making a donation form, on that form I am using the "card-master" script off github

https://github.com/jessepollak/card

When I use the couchcms tag for calling the search form, <cms:search_form />

The card script ceases its functionality. Not sure if it is something easy or with my template, however I thought I should report it as I spent hours trying to determine what was wrong and why it stopped and after back tracking my steps, realized it was right when I added the search tag.

I don't know which side is causing the issue or if it was with something in my template but it just calls jquery and bootstrap along with some css.

Thanks!
Couch transforms couch code into normal html forms and inputs. Ids, names and classes can be modified.
If any other script calls a form by the same name/id as couch form, then there should be misunderstandings with duplicate names etc.
Check your generated html with inspector or source-view. I guess, you will find same stuff in different forms.
This is an advice in case you still want it to work together. changing duplicate info can solve this.
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
2 posts Page 1 of 1
cron