Forum Replies Created

Viewing 3 Topics - 1 through 3 (of 3 total)
Author Posts
January 16, 2015 at 12:11 am in reply to: Updating User Settings – Dokan 34263
Timothy Timothy

Thank you very much Nayem, that worked. Thanks!

March 1, 2014 at 12:12 pm in reply to: Having if and else dropdown statements 15987
Timothy Timothy

It’s actually not a post. It’s actually one of the theme’s location taxonomy that I am editing. I’ve been able to create the form but editing doesn’t work.

Also I am thinking about implementing on a page template to do the Javascript:

<script>
	function showHide()
	{
		var dllarea = $("#dllarea");
		
		if(document.getElementById("dllarea").selectedIndex == 0)
		{
			document.getElementById("dlllocation").options.add("Item1");
		}
	}
</script>

Is there any way to add id to the form field or add onChange=”showHide” on the field?

March 1, 2014 at 11:27 am in reply to: Having if and else dropdown statements 15982
Timothy Timothy

I created the page called Edit Listings

Added the [wpuf_edit] into the post

Then within the User Frontend page I went to general and then modified the Edit Page to:
Edit Listings

Right now when I entered the page it shows edit listings but then what if I have different form? and how do I state that which post id it is that I am editing?

Viewing 3 Topics - 1 through 3 (of 3 total)