Tagged Questions
0
votes
1answer
116 views
How do a put a form with php code into a variable or shortcode?
I'm trying to put my frontend form into a variable or a shortcode so I can wrap another shortcode around it (specifically Bainternet Post Creation Limits).
My form has PHP code in it so I'm not ...
1
vote
1answer
261 views
How to pass on Google Adwords gclid variable to other pages
i need to track if people filled out any of my forms on my wordpress blog if they where coming from a Google Adwords ad. There are many forms on my website like for booking a demo presentation, ...
-2
votes
1answer
70 views
Using Form to alter PHP variable [closed]
I'm pulling custom posts by their meta_key using this function:
<?php $args = array(
'numberposts' => 10,
'meta_key' => 'allvotes',
'orderby' => ...
0
votes
1answer
323 views
How to add a new variable to blog creation form?
I'm trying to add a new INPUT field to the blog creation form on Buddypress. Adding the front-end element is the easy part. I'm having some hard time trying to save it.
The variable is a string, and ...