Zabec
Forum Replies Created
-
Forum: Plugins
In reply to: [Import and export users and customers] Nothing happens after ImportThank you for the response. I updated the column headers and removed the ones that I didn’t need to import. And it worked successfully.
I do have a question though. I currently have a bit of code that prevents E-Mail from being required when registering. However, when I import without the Email column with this plugin it seems it still requires it. Is it possible to bypass the email requirement?
Forum: Plugins
In reply to: [Calculated Fields Form] Edit In Table viewI have the user permissions and I see where it has visible to roles/owners. Is it possible to have a tier system? For example tiers higher than subscriber could see all below them….and so on?
Or, is it possible to still display the table view as the user_submission_list?
- This reply was modified 4 years, 2 months ago by Zabec.
Forum: Plugins
In reply to: [Calculated Fields Form] Edit In Table view| Edit Entry |’headername1’|’headername2’|
| [edit] |’fieldname1′ |’fieldname2′ |I’m sorry I dont know a better way to draw it out.
I already have the data being displayed in the table format on the site by using this…[CP_CALCULATED_FIELDS_RESULT_LIST formid=”9″ layout=”table” table_head=”id, C#, Date, Product Type” table_fields=”formid,fieldname1,fieldname2,fieldname3″ table_language_url=”https://wwww.website.com/path/lang.js”%5D
But, I’m trying to have a column have an edit link next to each entry if possible.
Forum: Plugins
In reply to: [Calculated Fields Form] Using IF with AND togetherResolved…seemed all that I needed to do is put the symbol &. Then continue with the other option.
(function(){
if(fieldname3 == ‘Selection’ & fieldname13 == ‘Selection’) return fieldname12*4.5;
})();
^ In case anyone was needing the same thing.
Forgive my question but would I need to enter the database login credentials or just the query?
– Tried it and it worked! You’re absolutely amazing!
- This reply was modified 4 years, 3 months ago by Zabec.
Forum: Plugins
In reply to: [Calculated Fields Form] Where are fields in Woocomerce Order Export?Thank you I had located it earlier….It’s a very clean export. I had sent an email asking about possibility to upgrade to premium…and don’t want to get into it on forum. But, the premium feature looks amazing to be able to sync it to sheets with an auto generating export. Keep up the amazing work and I will continue tossing money! Lol
Forum: Plugins
In reply to: [Wordpress WooCommerce Sync for Google Sheet] I cann’t get auth codeAny resolution by chance? I can’t stand that everything goes back to Zapier. This seemed like the perfect fix.
Forum: Plugins
In reply to: [CF7 Google Sheets Connector] Suddenly Didnt work ?WordPress – 5.4.2
PHP – 7.2.32 (Supports 64bit values)
CF7 – Version 5.2.1 | By Takayuki Miyoshi
Sheet Connector – Version 4.2 | By WesternDealIt’s so weird. I have used this to connect multiple forms in the past and even had this one working correctly. The log shows blank as well for me too.
I also tested a new contact form with generic template…mapped a new sheet with the headers, and same thing…just spinning. I manually removed the connection too via google and re authenticated.
- This reply was modified 4 years, 3 months ago by Zabec.
Forum: Plugins
In reply to: [CF7 Google Sheets Connector] Suddenly Didnt work ?Failed to load resource: the server responded with a status of 500 (Internal Server Error)
This is what the console shows me. However, I have all of the correct information as before. Previously (Within the last hour the form would submit with nothing on sheets, but now just rotates.)
Forum: Plugins
In reply to: [CF7 Google Sheets Connector] Suddenly Didnt work ?Hello,
I am having the exact same issue. I made sure to update everything, re authenticated, tested new sheets/tabs, deactivated additional plugins, and still receive submissions successful without anything sending to the sheet anymore. Worked prior to today as well.
Forum: Plugins
In reply to: [Contact Form DB] Editing the StyleSo, I have figured out that the auto styling to match the site only works if the contact form is somewhere on the same page. However, if I don’t have a contact form somewhere on the same page the datatable just looks plain with black text and black lines.
- This reply was modified 4 years, 9 months ago by Zabec.