jamesfuorore
Forum Replies Created
-
Forum: Plugins
In reply to: [Iptanus File Upload] Can I return the file name somehow?Sorry nevermind I figured it out now.
I found this answer and was able to leverage the code for what I want: https://ww.wp.xz.cn/support/topic/change-filename-upon-upload/
Forum: Fixing WordPress
In reply to: Can I create a simple form that updates custom user fields?@ketanvyawahare yes I think I’m good for now, thanks for your help.
Forum: Fixing WordPress
In reply to: Can I create a simple form that updates custom user fields?Update: managed to show the form on the page by ensuring there is a return $buffer at the end of the updateCustomFieldCallback function
Forum: Fixing WordPress
In reply to: Can I create a simple form that updates custom user fields?I have figured out how to include HTML code now (by enclosing within ?> and <?php tags) however my next problem is that the “ob_start()” code is suppressing the form when I run the page.
I’ll keep investigating and researching…
Forum: Fixing WordPress
In reply to: Can I create a simple form that updates custom user fields?@ketanvyawahare sorry this may be another noob question but presumably this function goes in the functions.php file but then shouldn’t the code for the form be in php not HTML?
If I start my form with e.g. <html> I get a syntax error saying unexpected ‘<‘
Forum: Fixing WordPress
In reply to: Can I create a simple form that updates custom user fields?Thanks @ketanvyawahare I will give this a go!