form post & get
-
Hello,
I just installed shortcodes ultimate. I have created a test wp page with the following tabs:
[su_tabs active=”1″ vertical=”yes”]
[su_tab title=”test” disabled=”no” anchor=”” url=”” target=”” class=””]
<p class=”form_user”>
<label for=”firstname”><?php _e(‘Name’, ‘profile’); ?></label>
<input class=”text-input” name=”firstname” type=”text” id=”firstname” value=”<?php the_author_meta( ‘name’, $current_user->ID ); ?>” />
</p>
[/su_tab]
[/su_tabs]Is it possible to embed form post and get inside the tabs? if so what shortcodes can I use to do that?
thanks.
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘form post & get’ is closed to new replies.