Skip to content

Instantly share code, notes, and snippets.

@joelwolfgang
joelwolfgang / helloworld.js
Last active February 27, 2022 03:53
Numbers Hello World Script
var Numbers = Application("Numbers");
Numbers.includeStandardAdditions = true;
Numbers.documents[0].sheets[0].tables["Table 1"].cells['A1'].value = "Hello World";
@joelwolfgang
joelwolfgang / gw-gravity-forms-map-fields-to-field.php
Created January 15, 2019 19:42 — forked from spivurno/gw-gravity-forms-map-fields-to-field.php
Gravity Wiz // Gravity Forms // Map Submitted Field Values to Another Field
<?php
/**
* Gravity Wiz // Gravity Forms // Map Submitted Field Values to Another Field
*
* Usage
*
* 1 - Enable "Allow field to be populated dynamically" option on field which should be populated.
* 2 - In the "Parameter Name" input, enter the merge tag (or merge tags) of the field whose value whould be populated into this field.
*
* Basic Fields