aryanduntley
Forum Replies Created
-
Forum: Plugins
In reply to: [Gravity Forms Mass Import] Invalid HeaderOk, the name header is just “Name”, the address header is just “Address”
The name filed will look like this “John,Doe” or “John,” or “,Doe”. These give first name, last name; only first name; and only last name respectively.
The address field will look like this: “123 fake st.,Apt 3,San Diego,CA,92109,USA” or any omission of a particular subfield while maintaining the comma separated structure. So the structure is “,,,,,” Which allows for six sub fields. Omitting the (Address 2) would look like this “123 fake st.,,San Diego,CA,92109,USA”. Providing only the street address and no other information would look like this: “123 fake st.,,,,,”
Forum: Plugins
In reply to: [Gravity Forms Mass Import] Invalid HeaderSend me a screenshot of your headers list (the list that is shown when you select a form in my plugin’s UI).
Forum: Plugins
In reply to: [Gravity Forms Mass Import] You have some invalid headers:Ok. Glad you got it to work. Transferring to/from excel can often lead to problems when you don’t set the csv parameters correctly in excel. Whenever you export out of excel to csv, for this plugin, you need to make sure that all the fields are double quote encased and comma delimited. That means this:
“Header 1″,”Header 2″,”Header 3”
“input 1″,”input 2, second part of input two”,”input 3″
“input 1″,”input 2, second part of input two”,”input 3″
“input 1″,”input 2, second part of input two”,”input 3″
…When exporting out of excel to csv, you must ensure that the resulting file is UTF-8 encoded, this is important. Then you need to open the csv file in a good text/code editor to make sure that the export behaved correctly (I use notepad++ for windows).
Forum: Plugins
In reply to: [Gravity Forms Mass Import] Not workingOk, I’ll mark this as resolved?
Forum: Plugins
In reply to: [Gravity Forms Mass Import] Not workingWorks fine for me. By “hangs” what do you mean? After you select a form, you have to click “Import”. So, you select a form, it uploads and the title of the form will apear next to the “Browse” button. Then you click “Import” and after processing, the page will reload and notify you of either errors or success.
Forum: Plugins
In reply to: [Gravity Forms Mass Import] Not workingHum. Let me check it out.
Forum: Plugins
In reply to: [SlimStat Analytics] SlimStatAdmin not defined js errorAlready done 🙂
Forum: Plugins
In reply to: [SlimStat Analytics] SlimStatAdmin not defined js errorUgh, you were right in your first post. The plugins were not the issue, I DID in fact have the add blocker installed on firefox. I apologize for not remembering that this was there. I deactivated it and the script is running fine now. Why would the ad blocker block that particular script? I do not know how the ad blocker works, but maybe there is a work-around? Again, sorry for not debugging better after your first response. Love the plugin, thanks.
Forum: Plugins
In reply to: [SlimStat Analytics] SlimStatAdmin not defined js errorNo, not …adminparams but SlimStatAdmin located in slimstat.admin.js.
ReferenceError: SlimStatAdmin is not defined
SlimStatAdmin.chart_data = [];I’ll deactivate the plugins again to see if there is a conflict, but based on the error, it doesn’t seem as though there should be.
Forum: Plugins
In reply to: [SlimStat Analytics] SlimStatAdmin not defined js errorNo, the source of the page has the js available in the header, in the correct location, before the inline script. I really don’t see why this variable is not able to be accessed there. The only thing I thought might be the case would be the order of calling based on the hooks, however that is all php and the page script should be and seems to be generating correctly. I’m not really sure why the issue is occurring.
Forum: Plugins
In reply to: [SlimStat Analytics] SlimStatAdmin not defined js errorPS. This is only happening, it seems, in firefox.
Forum: Plugins
In reply to: [Gravity Forms Mass Import] Importing only last name.Alright, the only other thing that may be causing the issue is that maybe you have the name field set to something other than the default. When I created this plugin I did not account for the various name types associated with the name field. I have not tested anything other than the default name type (first name, last name). So, make sure that the name field is set to “normal”, there are three options: “normal”, “extended”, “simple”.
If this does not work, then get rid of all fields, place them back in and make sure you change the paragraph field name to “Message” and try again.
I created a form with the three fields (name-(normal), email and paragraph), changed the paragraph field name to “Message” and imported the example above. Everything worked fine.
If this does not work for you maybe there is a version issue? I am using the latest gravity forms and the latest wordpress…
Forum: Plugins
In reply to: [Gravity Forms Mass Import] Importing only last name.Try removing the spaces after the commas in the headers.
Forum: Plugins
In reply to: [Gravity Forms Mass Import] Importing users into GF Registration pluginYes, it will import data into the relating fields of a form. It will not create users though.
Forum: Plugins
In reply to: [Gravity Forms Mass Import] Sending Notification on Mass ImportYes, it’s possible, but that would require placing a mail method in the code at the completion of every entry. The code does not do this currently, nor do I have any extendability (ie. hooks) in it either. So, without adjusting the code, no. Adjusting the code is simple enough if you are a programmer. I will not be doing it though because I am busy, this plugin is old and generates me no income, and it’s a very specific need that would not be a benefit to many if any other people.