I hope this isn't inappropriate to ask here, but my website currently is using QuickFAQ. A couple of admins copy/paste in the questions our site receives (NOT via ChronoForms) as well as the answers into the QuickFAQ front end.
This is a much too manual process.
I would like to incorporate ChronoForms into the QuickFAQ tables. I was able to connect my ChronoForm to jos_quickfaq_items just fine, and the form saves the contents appropriately. So, now I have the "question" part of my FAQ. One of the fields in jos_quickfaq_items is "id" which is an auto_increment field. The "alias" field is a concatenation of the word "faq-item" and the id. This is how QuickFAQ retrieves the Q&A later - how can I populate that field when the data is being written to the table?
I also need to assign a default category of "12" to each question that comes in via ChronoForms. That is in the table jos_quickfaq_cats_item_relations. In that table, I need 'itemid' to be equal to 'id' from jos_quickfaq_items. How can I update the itemid when I write my data? I can add the "12" easy enough - I just need help with the id's.
I know one solution would be to redo the whole thing in ChronoConnectivity, but my admins are already very comfortable with the QuickFAQ front end, so I want to be able to keep that for them.
If I could add in the ChronoForms functionality, there would be no more manual copy/pasting for my admins.
Like I said, don't want to make anyone mad by asking about integrating Chrono with QuickFAQ, so if this is inappropriate - apologies in advance.
Would love to hear how I can get these last couple of things worked out.
Thanks!
Michelle
This is a much too manual process.
I would like to incorporate ChronoForms into the QuickFAQ tables. I was able to connect my ChronoForm to jos_quickfaq_items just fine, and the form saves the contents appropriately. So, now I have the "question" part of my FAQ. One of the fields in jos_quickfaq_items is "id" which is an auto_increment field. The "alias" field is a concatenation of the word "faq-item" and the id. This is how QuickFAQ retrieves the Q&A later - how can I populate that field when the data is being written to the table?
I also need to assign a default category of "12" to each question that comes in via ChronoForms. That is in the table jos_quickfaq_cats_item_relations. In that table, I need 'itemid' to be equal to 'id' from jos_quickfaq_items. How can I update the itemid when I write my data? I can add the "12" easy enough - I just need help with the id's.
I know one solution would be to redo the whole thing in ChronoConnectivity, but my admins are already very comfortable with the QuickFAQ front end, so I want to be able to keep that for them.
If I could add in the ChronoForms functionality, there would be no more manual copy/pasting for my admins.
Like I said, don't want to make anyone mad by asking about integrating Chrono with QuickFAQ, so if this is inappropriate - apologies in advance.
Would love to hear how I can get these last couple of things worked out.
Thanks!
Michelle