-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to access values from form #3
Comments
Our documentation is not that huge at the moment. I can't promise to change that in the near future. You don't have to configure the fields. Only fields with fixed values like All other fields have to be named like the column. So if your form has a field By providing the configuration
you're telling the extension to insert this values into the columns. Best would be to change the column names to We have tried to reduce the overhead as much as possible. That's why you can't configure this. Hopefully that will help you. If not, just answer or contact me via https://typo3.slack.com/messages/@danielsiepmann/ |
The issue is that you are using I'll try to add this asap. |
* As fields can be nested inside of fieldsets and we didn't respect this depth Resolves: #3
@mat1010 can you check whether it works with the fix? If so, I'll release a new version. |
* As fields can be nested inside of fieldsets and we didn't respect this depth Resolves: #3
…vide-hashing to develop * commit '8ffdb840c9d01e7f6f018622e9faeb3f270a56a4': [CLEANUP] Fix indentation [FEATURE] Provide hashing post processor
Hi,
could you provide an example on how to access the values of a forms input fields with this module?
When I submit my form with the postProcessor
WebVision\WvFormDbInsert\Form\PostProcessor\DbInsert
the values in the database are always the names of the for field since it seems the fields can't be proplery accessed. Here's a rough example of my form:Content of my
typo3conf/ext/wv_form_db_insert/Configuration/TCA/fooBar.php
:Content in database - instead of field values only the field names are inserted:
Thanks in advance
The text was updated successfully, but these errors were encountered: