Hi
I followed the instructions here for exporting/importing one of my forms to another WP instance but it did not work:
http://formidablepro.com/knowledgebase/copy-forms-to-another-site/
Attached is a zip of my export
My path to custom templates is this:
/home/qasid/students.qasid.com/wp-content/plugins/formidable/classes/templates/
It checks with no errors
I also tried other locations outside the plugins folder but it does not show up in the templates section
I also checked there are no forms with this same id
Thanks
Attachment:
a8wd612.zip




October 16, 2012 at 10:43 am
The very end of that template ends with a 0. Did you open this and edit it? Please remove that 0 and it should work.
October 16, 2012 at 10:46 am
Also, you'll need to upgrade your license before having access to support on this or any site other than www2.qasid.com since that is the site you have used our support for.
http://formidablepro.com/knowledgebase/manually-install-formidable-pro/
October 16, 2012 at 1:16 pm
Thanks for pointing this out. www2.qasid.com is an old test install. I will remove it. I am mainly using it on http://www.qasid.com
I have started to do some testing on students.qasid.com for a portal. If I go ahead with that, I will purchase the unlimited license.
Several installs under sub domains still count as multiple installs, I imagine.
October 17, 2012 at 10:54 am
Yes, it doesn't matter if they are subdomains or separate domains. That is still more than one site. It's fine if there are different versions of the same site (development and production versions) since that is still technically the same site so there wouldn't be different project needs.
Do you know how the 0 got into your template file?
October 17, 2012 at 11:54 am
I don't have a clue. The first time I opened the file was when you asked me to. This was a direct export from the wordpress formidable forms page
October 17, 2012 at 11:57 am
Related to the import/export question. Once I have my form imported and created a new form from it, I'd like to modify the form and then import the data from the other instance into this new instance. However, some fields will not be in the new form. What do you suggest? Should I manually edit the export CSV to remove unused fields in the new form?
October 17, 2012 at 12:28 pm
That doesn't matter. You don't have to export every column in the csv if you don't want to.
October 17, 2012 at 1:05 pm
That's great thanks
I had a final question there. I'm trying to add a field (example, studentid) for which I would like to create the value in the functions.php file so that every time a form is created, the value of this field is calculated to generate a unique value (for example partly based on the unix time). I tried using some example codes but could not get it to work. Do you have any suggestions?
October 17, 2012 at 1:35 pm
You could use the default value [auto_id]
http://formidablepro.com/knowledgebase/using-dynamic-default-values-in-fields/
If that won't do the job you'll need custom code using one of these hooks.
http://formidablepro.com/knowledgebase/frm_get_default_value/
http://formidablepro.com/knowledgebase/frm_validate_field_entry/
Topic closed.