[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$fZpj266zjjI6BRgOOV7qQs4B7np33wAm2t7uoKW39VBM":3},{"slug":4,"display_name":4,"profile_url":5,"plugin_count":6,"total_installs":7,"avg_security_score":8,"avg_patch_time_days":9,"trust_score":10,"computed_at":11,"plugins":12},"dabernathy89","https:\u002F\u002Fprofiles.wordpress.org\u002Fdabernathy89\u002F",3,530,85,30,84,"2026-04-05T17:24:08.423Z",[13,34,51],{"slug":14,"name":15,"version":16,"author":4,"author_profile":5,"description":17,"short_description":18,"active_installs":19,"downloaded":20,"rating":21,"num_ratings":22,"last_updated":23,"tested_up_to":24,"requires_at_least":25,"requires_php":26,"tags":27,"homepage":26,"download_link":30,"security_score":8,"vuln_count":31,"unpatched_count":31,"last_vuln_date":32,"fetched_at":33},"gravity-forms-personality-quiz-add-on","Gravity Forms Personality Quiz Add-On","1.1.0","\u003Cp>The Personality Quiz add-on for Gravity Forms lets you create simple, un-scored personality quizzes (think Buzzfeed-style quizzes).\u003C\u002Fp>\n\u003Cp>While there is an official quiz add-on for Gravity Forms, it is focused on graded quizzes like those you might take in school. This add-on lets you easily create quizzes that return a result rather than a grade, like “How Texan are you?” or “What Disney character would you be?”\u003C\u002Fp>\n\u003Cp>In addition to setting up the logic for these quizzes, this add-on also implements the WordPress media uploader to make it incredibly simple to use images as labels for questions and answers. The add-on includes some styles to make your quizzes look good out of the box, but these can be toggled on or off for each quiz.\u003C\u002Fp>\n\u003Ch4>About the plugin\u003C\u002Fh4>\n\u003Cp>\u003Cem>Please note the following before you create your quiz:\u003C\u002Fem>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>This plugin is not compatible with the official Gravity Forms quiz add-on. Don’t try to use both on the same form.\u003C\u002Fli>\n\u003Cli>Only radio and checkbox inputs are supported.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>You can build two types of quizzes: \u003Cem>numeric\u003C\u002Fem> and \u003Cem>multiple choice\u003C\u002Fem>. Numeric quizzes produce a numeric result, or score, while multiple choice quizzes produce a text result.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Numeric quizzes\u003C\u002Fstrong> are scored by adding numbers from the values of radio and checkbox inputs. A numeric quiz might ask “How much do you love WordPress?”, with questions containing point values based on how much the user works with WordPress.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Multiple choice\u003C\u002Fstrong> quizzes will check to see which value among the inputs was selected most often by the user, and will return that value as the quiz result. Ties will be broken randomly. A multiple choice quiz might ask “Which country should you travel to next?”, where the answers to each question correspond to a country.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Numeric quizzes with multiple categories\u003C\u002Fstrong> will calculate point totals like a numeric quiz, but into different categories. There is no single winner as in a “multiple choice” quiz, but simply different totals for separate categories. A multiple choice quiz might also ask “Which country should you travel to next?”, but instead of returning a single result, it will return the number of “points” you scored for each country.\u003C\u002Fp>\n\u003Ch4>Setting up your quiz\u003C\u002Fh4>\n\u003Col>\n\u003Cli>Enable the quiz in the “Personality Quiz Settings” menu under “Form Settings”. This is where you select whether this quiz will be numeric or multiple choice.\u003C\u002Fli>\n\u003Cli>Set up your form fields (see details below).\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>\u003Cstrong>Setting up form fields\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Col>\n\u003Cli>To use a field for your quiz score, you must enable it by checking the “Use for Personality Quiz Score” checkbox.\u003C\u002Fli>\n\u003Cli>If you want to randomize the order of the inputs for a form field, select the “Shuffle Answers” checkbox.\u003C\u002Fli>\n\u003Cli>You may replace the form field label with an image by clicking upload button under the “Personality Quiz Image Label” setting.\u003C\u002Fli>\n\u003Cli>Each radio or checkbox input in a field can have an image label as well. Click the image icon next to the field label to insert an image into the label.\u003C\u002Fli>\n\u003Cli>Setting the field value is the most important step to getting your quiz to work. See below for more detail.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>\u003Cstrong>Numeric Values\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Numeric quizzes simply add numbers to produce a total. If you don’t care about storing the results of your quiz, you can simply use integers as your input values. If you do care about the results that are stored, you can append the numeric score in curly braces to the input value, like this:\u003C\u002Fp>\n\u003Cp>my-field-value{1}\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Numeric Values – Multiple Categories\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>For these results, each radio\u002Fcheckbox answer must use the format \u003Ccode>category-name{score}\u003C\u002Fcode>, where \u003Ccode>score\u003C\u002Fcode> is a point value. A single checkbox or radio may add points to multiple categories. See examples:\u003C\u002Fp>\n\u003Cp>Label: Apple\u003Cbr \u002F>\nValue: apple{1}\u003C\u002Fp>\n\u003Cp>Label: Banana\u003Cbr \u002F>\nValue: banana{1}\u003C\u002Fp>\n\u003Cp>Label: Fruit Bowl\u003Cbr \u002F>\nValue: apple{1},banana{1},strawberry{1}\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Multiple Choice Values\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Multiple choice quizzes are meant to determine which choice a user picks most often. Usually, each question in a multiple choice quiz will contain an input corresponding to each choice. A quiz to determine whether you prefer apples or oranges, for example, would have an input with the value “apple” in each question and an input with the value “orange” in question.\u003C\u002Fp>\n\u003Ch4>Quiz Styling\u003C\u002Fh4>\n\u003Cp>The add-on includes some basic, optional styles which can be enabled in the “Personality Quiz Settings” menu under “Form Settings”. To enable columns for your radio and checkbox elements, use Gravity Forms’ built-in CSS Ready Classes:\u003C\u002Fp>\n\u003Cp>http:\u002F\u002Fwww.gravityhelp.com\u002Fcss-ready-classes-for-gravity-forms\u002F\u003C\u002Fp>\n\u003Ch4>Showing Quiz Result\u003C\u002Fh4>\n\u003Cp>The quiz result is available in your confirmations and notifications as a merge tag. For numeric quizzes, you can also include the result percentage (calculated from the total available points in the quiz) or the result average (points per question in the quiz).\u003C\u002Fp>\n\u003Cp>For numeric quizzes with multiple categories, you will see multiple merge tags for each category; each one with a total, percentage of total, and average.\u003C\u002Fp>\n\u003Cp>To set up different confirmations or notifications depending on the quiz results, you will need to use Gravity Forms’ conditional logic. For numeric quizzes, you can use rules like ‘greater than’ and ‘less than’ to create confirmations based on the numeric total in the quiz result. For multiple choice quizzes, you should create one confirmation for each potential result (e.g., a confirmation for “apple” and a confirmation for “orange”).\u003C\u002Fp>\n\u003Ch4>Contributing\u003C\u002Fh4>\n\u003Cp>You can contribute to this add-on with Github:\u003C\u002Fp>\n\u003Cp>https:\u002F\u002Fgithub.com\u002Fdabernathy89\u002Fgravity-forms-personality-quiz-add-on\u003C\u002Fp>\n","The Personality Quiz add-on for Gravity Forms lets you create simple, un-graded personality quizzes (think Buzzfeed-style quizzes).",500,20803,96,4,"2020-07-17T21:02:00.000Z","5.4.19","3.9","",[28,29],"gravity-forms","quiz","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fgravity-forms-personality-quiz-add-on.1.1.2.zip",0,null,"2026-03-15T15:16:48.613Z",{"slug":35,"name":36,"version":37,"author":4,"author_profile":5,"description":38,"short_description":39,"active_installs":40,"downloaded":41,"rating":42,"num_ratings":43,"last_updated":44,"tested_up_to":45,"requires_at_least":46,"requires_php":26,"tags":47,"homepage":49,"download_link":50,"security_score":8,"vuln_count":31,"unpatched_count":31,"last_vuln_date":32,"fetched_at":33},"importer-for-gravity-forms-and-nationbuilder","Importer for Gravity Forms and NationBuilder","0.3.6","\u003Cp>Automatically import entries from Gravity Forms into NationBuilder. For each entry on a configured form, this plugin will create a supporter (or update them, if they already existed) in your nation.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Note: You should only run this plugin on sites that support HTTPS. It uses the OAuth2 framework, which requires HTTPS, for authenticating with NationBuilder’s API.\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Follow these steps to get started:\u003C\u002Fp>\n\u003Ch4>Authenticating with the NationBuilder API\u003C\u002Fh4>\n\u003Col>\n\u003Cli>Install Gravity Forms if you haven’t already. You should be using version 1.9.16 or later.\u003C\u002Fli>\n\u003Cli>Navigate to the Gravity Forms settings page and find the “NationBuilder” subpage.\u003C\u002Fli>\n\u003Cli>Copy the Callback URL provided on this page – you’ll need it for the next step.\u003C\u002Fli>\n\u003Cli>In a separate window, register a new app inside NationBuilder: https:\u002F\u002FYOUR_NATION_SLUG.nationbuilder.com\u002Fadmin\u002Fapps\u002Fnew\u003C\u002Fli>\n\u003Cli>Save your Client ID, Client Secret, and nation slug on the Gravity Forms settings page.\u003C\u002Fli>\n\u003Cli>When the page reloads after saving, it will display a link. You must click this link to complete the OAuth process; it will redirect you back to the settings page.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Ch4>Setting up Gravity Forms feeds\u003C\u002Fh4>\n\u003Col>\n\u003Cli>Navigate to a single form’s settings page, and find the “NationBuilder” section. Create a feed if there are none.\u003C\u002Fli>\n\u003Cli>Give the feed a name – this can be something generic like “NationBuilder feed”.\u003C\u002Fli>\n\u003Cli>Follow the instructions on the page for mapping the form fields to the NationBuilder custom fields.\u003C\u002Fli>\n\u003Cli>Add a comma separated list of tags which will be added to each person for this feed. You can include values from the form by clicking the small dropdown box next to the field.\u003C\u002Fli>\n\u003Cli>Optionally, set a condition for when this feed should run. For example, you can set it to only run when an opt-in checkbox on the form is checked. You can also use conditional logic and multiple feeds to control how tags are added to a person.\u003C\u002Fli>\n\u003C\u002Fol>\n\u003Cp>Once the above steps are complete, your form(s) should be mapped to NationBuilder. To check if a form entry was successfully pushed to NationBuilder, check the “notes” section on the individual entry screen in the Gravity Forms admin area.\u003C\u002Fp>\n\u003Cp>This plugin was built using the generator-plugin-wp tool built by WebDevStudios.\u003C\u002Fp>\n","Automatically import entries from Gravity Forms into NationBuilder.",20,1929,100,1,"2016-11-07T17:01:00.000Z","4.6.30","4.4",[28,48],"nationbuilder","https:\u002F\u002Fwww.danielabernathy.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fimporter-for-gravity-forms-and-nationbuilder.0.3.6.zip",{"slug":52,"name":53,"version":54,"author":4,"author_profile":5,"description":55,"short_description":56,"active_installs":57,"downloaded":58,"rating":42,"num_ratings":43,"last_updated":59,"tested_up_to":45,"requires_at_least":46,"requires_php":26,"tags":60,"homepage":26,"download_link":64,"security_score":8,"vuln_count":31,"unpatched_count":31,"last_vuln_date":32,"fetched_at":33},"event-importer-for-meetup-and-the-events-calendar","Event Importer for Meetup and The Events Calendar","0.3.1","\u003Cp>Automatically import events from Meetup.com into The Events Calendar.\u003C\u002Fp>\n\u003Cp>To get started, make sure that you have The Events Calendar plugin (by Modern Tribe) installed. This plugin will not do anything without it!\u003C\u002Fp>\n\u003Cp>This plugin relies on WP Cron to run the import on a schedule, so it will not work if you have disabled WP Cron (sometimes this is done in wp-config.php).\u003C\u002Fp>\n\u003Cp>After you have both plugins installed, you need to configure a couple of settings. First navigate to Events -> Import in your Dashboard. From there you can input your \u003Ca href=\"https:\u002F\u002Fsecure.meetup.com\u002Fmeetup_api\u002Fkey\u002F\" rel=\"nofollow ugc\">Meetup.com API Key\u003C\u002Fa> and choose the post status that should be used for imports.\u003C\u002Fp>\n\u003Cp>Next, click on the “Meetup.com” tab. From there you can fill in the URL for a Meetup group, select the Event Categories you want it to be mapped to, and hit “Add Recurring Import”. This will schedule a script to run twice a day to import the upcoming events from that group into The Events Calendar. You can add as many groups as you’d like.\u003C\u002Fp>\n\u003Cp>\u003Cem>This is an early release of this plugin, so it’s a little barebones. Help make it better by contributing yourself – see below!\u003C\u002Fem>\u003C\u002Fp>\n\u003Ch4>Contributing\u003C\u002Fh4>\n\u003Cp>You can contribute to development of the plugin on \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fdabernathy89\u002Fmeetup-importer-for-the-events-calendar\u002F\" rel=\"nofollow ugc\">Github\u003C\u002Fa>. Please don’t use the repo for technical support. Pull requests will be welcomed for bug fixes and other improvements. Let me know before you start developing a new feature so that we can discuss it.\u003C\u002Fp>\n\u003Cp>This plugin is built using the \u003Ccode>generator-plugin-wp\u003C\u002Fcode> Yo generator built by WebDevStudios.\u003C\u002Fp>\n\u003Ch4>Disclaimer\u003C\u002Fh4>\n\u003Cp>I am not affiliated with Meetup, Inc or Modern Tribe (developers of The Events Calendar). This plugin is not endorsed, sponsored, or certified by Meetup, Inc or Modern Tribe. I really hope they like it though.\u003C\u002Fp>\n","Automatically import events from Meetup.com into The Events Calendar.",10,2793,"2016-08-21T20:58:00.000Z",[61,62,63],"calendar","events","meetup","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fevent-importer-for-meetup-and-the-events-calendar.0.3.1.zip"]