Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Simon Woods Posted December 29, 2016 Posted December 29, 2016 @superj707 ACP->Community->Forms->Forms->Edit In there you determine what output the form creates: topic, private message, email. You can use just one, a mix, or all three. This is where you can use the Quick Tags that are underneath the name of each form field. SJ77 1
SJ77 Posted December 29, 2016 Posted December 29, 2016 11 minutes ago, Simon Woods said: @superj707 ACP->Community->Forms->Forms->Edit In there you determine what output the form creates: topic, private message, email. You can use just one, a mix, or all three. This is where you can use the Quick Tags that are underneath the name of each form field. So the only way to review submissions is to create custom log entries using the tags?
Simon Woods Posted December 29, 2016 Posted December 29, 2016 (edited) 12 minutes ago, superj707 said: So the only way to review submissions is to create custom log entries using the tags? Yes, as far as I know. From what I have experienced in testing and now fully using the app is that the logs are both a log record and a way to quickly message somebody with a pre-populated reference for the form they have submitted. Edited December 29, 2016 by Simon Woods
SJ77 Posted December 29, 2016 Posted December 29, 2016 ok I got the log working. When I upload word.doc the link it leaves leads me to nothing. I need people to be able to upload contracts. Any ideas?
Michael.J Posted December 30, 2016 Author Posted December 30, 2016 19 hours ago, kmk said: Forms can be use under Group Collaborative application? I don't have the Groups app, I'll need either a willing volunteer to test some code to patch this or access to a forum with both apps installed. 7 hours ago, superj707 said: ok I got the log working. When I upload word.doc the link it leaves leads me to nothing. I need people to be able to upload contracts. Any ideas? As in the "Form Logs" area does not work with upload fields? Could you send me an export of your form_fields database table so I can test out the various field types your using?
SJ77 Posted December 30, 2016 Posted December 30, 2016 47 minutes ago, Mike John said: I don't have the Groups app, I'll need either a willing volunteer to test some code to patch this or access to a forum with both apps installed. As in the "Form Logs" area does not work with upload fields? Could you send me an export of your form_fields database table so I can test out the various field types your using? It is working for images but I cannot seem to get it to work with word.doc files.
Neej Posted December 30, 2016 Posted December 30, 2016 9 hours ago, superj707 said: Im confused. So I created an application using the forms mod. After a user has filled out my application where do I go to see all of their entries? I thought it would be logs but I am seeing that it's there but none of the response are being recorded you can see I have many things in my form and not much is being logged Hi @superj707 In your forms you need to specifically add the variables you want saved, either into a forum thread, PM, email or in the logs section itself. So for example if you want your logs to save the information entered, you would need to add something like this to the 'log message' for that specific form. {field_name_27}: {field_value_27} {field_name_28}: {field_value_28} {field_name_29}: {field_value_29} {field_name_30}: {field_value_30} {field_name_31}: {field_value_31} I generally have all my forms submit to a forum thread as I find that is easier to organise. But I also save some of the data in logs which I don't want displaying in forum threads. I do not believe this app functions as a 'database' like some people assume. It simply spits out the data from the form into the places you have set it. If you have not set it to record any of the field data in forum thread, pm or a log, then the data simply is lost (I think. Mike John will be able to speak more to this) SJ77 1
SJ77 Posted December 30, 2016 Posted December 30, 2016 (edited) @Neej I got it working that way and saving to logs. Images upload fine (works) However, I cannot get word.doc files to work. (.doc not working ) See screen shots. it puts a link but clicking the link doesn't work. Leads to Sorry, there is a problem The page you requested does not exist Error code: 1S160/2 Edited December 30, 2016 by superj707
Neej Posted December 30, 2016 Posted December 30, 2016 Check the URL on the .doc I reckon there is an issue there with it outputting an invalid URL.
SJ77 Posted December 31, 2016 Posted December 31, 2016 19 hours ago, Neej said: Check the URL on the .doc I reckon there is an issue there with it outputting an invalid URL. http://www.MYSITE.org/forum/applications/core/interface/file/cfield.php?storage=Fields&path=monthly_2016_12/586552db8dab1_ModelReleaseForm_doc.0c9bb4a00e9744e758c6cd0e3f92856a does that URL look valid? Maybe @Mike John can help. Thank you
SJ77 Posted January 1, 2017 Posted January 1, 2017 Really need to get this working. Anyone have any ideas how to get upload working for .doc or .pdf file types?
Michael.J Posted January 2, 2017 Author Posted January 2, 2017 (edited) I've been able to reproduce this, just seeing if I can provide a temporary patch now rather then you having to wait until the next version. Edit: Bug report and patch here. Edited January 2, 2017 by Mike John SJ77 1
SJ77 Posted January 2, 2017 Posted January 2, 2017 12 hours ago, Mike John said: I've been able to reproduce this, just seeing if I can provide a temporary patch now rather then you having to wait until the next version. Edit: Bug report and patch here. Beautiful fix. Thank you
GazCBG Posted January 6, 2017 Posted January 6, 2017 (edited) @Mike John Got some questions about this before I think about buying. 1. Does it work on the Cloud service? 2. For Checkbox sets, does it post the full answer as on the form and not just a number? 3. For Yes/No answers does it post Yes or No, like on the form? PS. have also sent you this in a PM. Thanks Edited January 6, 2017 by GazCBG
Simon Woods Posted January 6, 2017 Posted January 6, 2017 4 hours ago, GazCBG said: @Mike John Got some questions about this before I think about buying. 1. Does it work on the Cloud service? 2. For Checkbox sets, does it post the full answer as on the form and not just a number? 3. For Yes/No answers does it post Yes or No, like on the form? PS. have also sent you this in a PM. Thanks 1. Yep. I use it on my Cloud site without any issues. The only potential problems I've noticed is compatibility with other third-party items (for example: Groups Collaboration) but that can happen with any third-party item and isn't necessarily a long term problem. 2. I am unsure since I don't yet use a checkbox set. I would guess it posts the full answer. 3. It does post Yes or No, yep.
GazCBG Posted January 6, 2017 Posted January 6, 2017 I took the risk and went and bought it an 2 does give the full answer. Hi, I do have a question about the field description on the form, I would like to put it under the field name on the form and not underneath the field itself. So for example Field Name Field Description Text, checkbox etc... here. At the moment it is doing Field Name Checkbox etc... Field Description Simon Woods 1
Simon Woods Posted January 6, 2017 Posted January 6, 2017 8 minutes ago, GazCBG said: I took the risk and went and bought it an 2 does give the full answer. Hi, I do have a question about the field description on the form, I would like to put it under the field name on the form and not underneath the field itself. So for example Field Name Field Description Text, checkbox etc... here. At the moment it is doing Field Name Checkbox etc... Field Description +1
Michael.J Posted January 9, 2017 Author Posted January 9, 2017 On 07/01/2017 at 6:49 AM, GazCBG said: I took the risk and went and bought it an 2 does give the full answer. I do have a question about the field description on the form, I would like to put it under the field name on the form and not underneath the field itself. So for example Ignore my pm reply then. I use IPB4's own custom fields so you'll need to modify them if you want to change a fields description placement. Open acp > theme editor > core > front > forms > row I believe moving the "{$desc|raw}" code above the "{$element|raw}" code should position how you described. GazCBG 1
GrandTheftArmA Posted February 13, 2017 Posted February 13, 2017 Hi Mike, We currently have multiple forms with different submit wait times. Form A - Wait time 2 weeks. Form B - Wait time 2 weeks. Form C - Wait time 10 minutes. Form D - Wait time 10 minutes. The problem we now face is when a user submits Form D he will have to wait 2 weeks before he can submit Form A or Form B. Is there a way we can have seperate wait times, so not all forms affected when submitting a form.
Michael.J Posted February 16, 2017 Author Posted February 16, 2017 On 14/02/2017 at 0:59 AM, Jenco Brons said: The problem we now face is when a user submits Form D he will have to wait 2 weeks before he can submit Form A or Form B. Is there a way we can have seperate wait times, so not all forms affected when submitting a form. This might actually be a bug then. It should be checking for form submissions from specific forms if you've got a wait time set per form. Do you have ftp access to your forums? If so, I should be able to put together a temporary patch for this.
GrandTheftArmA Posted February 16, 2017 Posted February 16, 2017 9 hours ago, Mike John said: This might actually be a bug then. It should be checking for form submissions from specific forms if you've got a wait time set per form. Do you have ftp access to your forums? If so, I should be able to put together a temporary patch for this. Hi Mike, Thanks for your quick reply, yes we are in full control of our dedicated (web) server.
Michael.J Posted February 20, 2017 Author Posted February 20, 2017 (edited) On 16/02/2017 at 9:06 PM, Jenco Brons said: Thanks for your quick reply, yes we are in full control of our dedicated (web) server. Please PM when you can and I'll try and put together something this week. I've got a patch in mind but do need to test it a little. Edited February 20, 2017 by Mike John
Daniel Tsang Posted March 9, 2017 Posted March 9, 2017 Hi, is there any way to make the topic create have the contents of the form the user posted? cheers in advance.
Michael.J Posted March 14, 2017 Author Posted March 14, 2017 On 10/03/2017 at 1:09 AM, Daniel Tsang said: Hi, is there any way to make the topic create have the contents of the form the user posted? Yes, in the topic alert use the '{field_list}' quick tag to display all the fields and there values.
Recommended Posts