cheekeat
Forum Replies Created
-
Hi Dioni,
I managed to solve the problem. It is because I used a capital letter on the “Form Value”. The “Form Value” in ninja form shouldn’t have capital letter, but I mistakenly used a capital letter for the first word. It is working now. Thanks for your assistance!
Hi Dioni,
Thanks for your reply!
Yes, I have also tried the “Field Key” that you mentioned. The “Field Key” need to use underscore, as it did not allow space. Thus, I insert the “Field Key” exactly including the underscore. But it did not work as it suppose to be.
Will that because I input the format for the “Form Value” in the wrong way?
Hi @peterschulznl,
I have just sent the contactform on your website. I have zipped my plugin folder. Maybe after you reply me, I can attach the zip folder to you.
Thanks,
cheekeatHi @peterschulznl,
I managed to create a little plugin, which enable users to upload csv file to database table. So, I am good for now. Let me know if you have anything I can help. Thank you so much for this awesome plugin.
Best regards,
cheekeatHi @peterschulznl,
Any temporary solutions will be good for me. I learnt about WordPress hooks, but never really used them. I will read further about hooks and filters.
Maybe you can provide me some ideas or point me some direction on how to start this. Then, I can try to figure out the details by myself.
FYI, I know a little on child theme creation and put script into function.php.
Thanks for your patience. I really appreciate you help.
Hi @peter,
Thanks for your reply! I have came across the link that you posted when I tried to search for file importing guide in your website. But, I found that it is different. It is Data Explorer, which I think is for admin use only. I am looking at the Data Projects side, where the user can login and upload.
In Data Projects, I have create a project named as Order & Shipping. In the “Order & Shipping”, I created 2 pages, 1 for administrator and author role only (appear at the backend menu), another 1 for the login user (role = subscriber) (appear in the frontend menu). I need to allow the login user to upload an excel or csv file from the frontend. If frontend upload is not allow, then backend is also fine with me. Is that possible?
Another thing that I tried to do is to allow the login user to only able to see what they have uploaded. I managed to use your guideline to “aa11plus” (7 months ago) to setup the connection with wp_users table. The login user can now see their own uploaded data. Yet, when they want to upload a new data, it won’t capture the login session/login id automatically into the wp_user_id column. Also, in the Table Option for the data entry form, the checkbox to hide the wp_user_id is disable. So, I can only hide wp_user_id in list table, but not data entry form.
Appreciate your help! Many thanks!
- This reply was modified 4 years, 2 months ago by cheekeat.
It is ok. I have found the solution. Thanks!
@calumallison thanks for your reply!
Is it mean that we can only have one role (one type of member account only), e.g. “Subscriber”?
Can we still use more than one role? E.g. one registration form assigned to “Subscriber” and another registration form assigned to “Editor”, as long as it is native WP roles?
If I have completed reassigning new role(s) to previous members, can I safely delete/remove the UM role(s)?
Many thanks!
@calumallison thanks for your reply!
Let’s forgot about the issue with extension for now. I need a quick fix on ISSUE 1. UM did not assign user role really causing big problem. Appreciate your advice on how to solve the ISSUE 1. Many thanks!