Changeset 1445021
- Timestamp:
- 06/28/2016 02:44:27 PM (10 years ago)
- Location:
- send-ref
- Files:
-
- 3 added
- 3 edited
-
tags/0.1/send-ref.php (modified) (2 diffs)
-
tags/0.2 (added)
-
tags/0.2/readme.txt (added)
-
tags/0.2/send-ref.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/send-ref.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
send-ref/tags/0.1/send-ref.php
r1403268 r1445021 11 11 12 12 function send_ref_Shortcode( $atts ){ 13 13 $ref = ''; 14 14 foreach ($_GET as $key => $value) { 15 15 $ref .= "<input type='hidden' name='$key' id='$key' value='$value'>"; … … 42 42 function send_ref_plugin_text(){ ?> 43 43 44 44 45 45 <br><br><br>Add the following where you want the hidden fields to be:<code>[send_ref]</code> 46 46 <?php } ?> -
send-ref/trunk/readme.txt
r1403268 r1445021 3 3 License: GPLv2 or later 4 4 License URI: http://www.gnu.org/licenses/gpl-2.0.html 5 Stable tag: 0. 15 Stable tag: 0.2 6 6 Add hidden fields to Contact Form 7 (or other contact forms) with all the parameters in the URL. 7 7 -
send-ref/trunk/send-ref.php
r1403268 r1445021 11 11 12 12 function send_ref_Shortcode( $atts ){ 13 13 $ref = ''; 14 14 foreach ($_GET as $key => $value) { 15 15 $ref .= "<input type='hidden' name='$key' id='$key' value='$value'>"; … … 42 42 function send_ref_plugin_text(){ ?> 43 43 44 44 45 45 <br><br><br>Add the following where you want the hidden fields to be:<code>[send_ref]</code> 46 46 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.