gareth94
Forum Replies Created
-
Sorry, I was just wondering if you had any other thoughts/advice on this issue? Thank you
Thank you @andrei202 for your help with this. Unfortunately the words don’t appear in the list of strings too π
Hi @wpmudevsupport12. Thank you for your support. I’ve exported my form code and can be seen here π
Hi @wpmudev-support8. Many thanks for your help. I’ve tried your code and I seem to be in the right direction. Uploading a single file creates 1 ‘Field Group’ row. However, uploading more than 1 file in the ‘Multiple Upload File’ field still just creates one ‘Field Group’ row? Just to clarify, I placed the ‘Multiple Upload File’ field outside of the group. I then noted ‘forminator-hidden’ under the ‘Additional CSS Classes’ attribute within the Field Group settings… I then placed your custom code in my mu-plugins file. Thank you
Thank you @wpmudevsupport13. I downloaded your script and imported it as a plugin to my site. The tooltip works correctly for the one I have specified (Client name field). However, the tooltip icon appears randomly for my ‘Notes’ and ‘Translator’ fields? How can I prevent the tooltip icons from incorrectly showing on those fields? Thank you
Hi @wpmudevsupport11. Thank you for your support. I’ve tried your code but the same thing happens π I get a ‘Selected value does not exist’ error for each of the dropdowns. I have ‘Store submissions in database’ selected under the form settings. I’ve double checked the database but the data has not been submitted.
Thank you for your response @wpmudevsupport12. I wonder if you could give me any pointers on how I could implement the feature myself? Is there any way to detect the number of files uploaded to the ‘Multiple File Upload’ field and then create the corresponding number of group rows automatically? Thank you
Thank you for your response @wpmudevsupport13. I’ve just saved the code to my Google Drive, here. Thank you
Thank you @wpmudev-support8 for your response π Please ignore my initial code (at the beginning of this thread). The updated/current code is what I’ve shared in the Google Drive link, here. The issue I have is that selecting an option from the dropdown boxes and submitting the form yields the following error for each of the dropdowns: ‘Selected value does not exist.’
Hi Kris. Thanks so much for your help with this. I’ve included the form export and my full snippet code in the following folder on Google Drive. Thank you again
Thanks so much for your reply @wpmudevsupport12 π I added the description ‘Select client name’ for the Client field but it just appears underneath the select box? Also it seems to put a stray tooltip box on the ‘Notes’ field further down? Here is a screenshot of the issue: https://pasteboard.co/NzbOAwcLltb3.png
- This reply was modified 3 years, 9 months ago by gareth94.
Thank you for your reply @wpmudevsupport12 π Just to double check, there would be no way of doing it and keeping the submission to reload via ajax? Also how can I extract the field values from the $field_data_array? For example, if the user created 3 field groups on the form, how can I retrieve the values and store them to an external database? Thanks again for your help π
Also, could you tell me how I can show/hide fields based on the dropdown selection please? The Visibility tab doesn’t seem to detect/recognise the options generated by a MySQL query in the selection field? Thank you
Thank you @wpmudevsupport11 for your support. I’ve found the code in the following thread (posted by @wpmudev-support9) that seems to do exactly as I need. However, the custom values for the dropdown aren’t displaying on the frontend? When I click the dropdown, I just see the text ‘No results found’?
- This reply was modified 3 years, 9 months ago by gareth94.
Thank you @wpmudevsupport12 for your response π Apologies if my initial question wasnβt clear. I can get the shortcode displaying perfectly fine on the page. The issue I have is the fact that I canβt detect the userβs selection from the HTML dropdown when they click βSubmitβ on the formβ¦ Once they click Submit, I would like their selection to be stored to the database. Thank you
- This reply was modified 3 years, 9 months ago by gareth94.