• Resolved frizzel

    (@frizzel)


    I hope this is not overwhelming, but I also don’t want to flood the support section with questions, which could indicate the plug-in is not good, while I think it’s VERY GOOD!

    Right, off we go then:

    1. Countries missing
    When you add the ‘Address fields’, in the Country drop-down there are 2 countries missing (that I know of, I was editing to limit the drop-down to Asian countries only): the 2 Korea’s. I’ve added these myself in /includes/functions.php :

    
    'KP' => __('Korea, Democratic People\'s Republic of', 'erforms'),
    'KR' => __('Korea, Republic of', 'erforms'),
    

    I saw those 2 countries are present in /assets/js/utility-functions.js
    I’m not sure how those 2 are related.

    2. Export/Import
    I see there’s an export function to download the submissions as a CSV-file. Nice, however, there’s no import function. If this could be added, that would be awesome!

    3. Mapping
    The possibility to map fields to user_meta is awesome, I love it. But now for some more technical (and probably not needed for many users of the plug-in): is it possible to map to other plug-ins as well? I have a listings plug-in that uses some of the fields that are filled in during registration. If I could automatically map them, that would be fantastic. I realize this is a bit outside your scope and probably should not be a feature, but if you could point me in the right direction how to do that, I would be very thankful.

    Again, a very good and useful plug-in, I hope you’ll get more attention from the WP community!

Viewing 1 replies (of 1 total)
  • Plugin Author easyregistrationforms

    (@easyregistrationforms)

    1.Adding Country
    JS function is not used for country list. It was used in our initial versions but now list is fetched from the PHP file. You can add any country using our filter apply_filters(‘erforms_countries’,$countries). It is called in the same PHP file. This way you don’t have to customise the plugin.

    2. Export/Import
    Currently we only have export feature, Import feature is under developement and will be released in 2-4 weeks, after complete development and testing.

    3. Mapping
    We’ve a working example on how meta key usage, you can refer the link to our blog.
    Similarly if you already know the meta keys, they can be used with the plugin.

    Let us know if you face any issue. You can also raise support ticket by dropping a mail on “[email protected]” or by visiting our web site https://www.easyregistrationforms.com/support

Viewing 1 replies (of 1 total)
  • The topic ‘A few questions/remarks/feature requests’ is closed to new replies.