All results for “save field value”

API

$page->setAndSave($key, $value = null, array $options = []) apivar.method
Quickly set field value(s) and save to database

$page->setAndSave($key, $value = null, array $options = []) class.method
Quickly set field value(s) and save to database

Fieldtype::isDeleteValue(Page $page, Field $field, mixed $value) class.method
Is given value one that should cause the DB row(s) to be deleted rather than saved?

FieldtypeVerifiedURL::isDeleteValue(Page $page, Field $field, mixed $value) class.method
Is given value one that should cause the DB row(s) to be deleted rather than saved?

FieldtypeVerifiedURL::verifyValue(Page $page, Field $field, VerifiedURL $value, bool $save = true) class.method
Determine HTTP response/status code for URL and populate/save with VerifiedURL

FieldtypeVerifiedURL::verifyValueData(Page $page, Field $field, VerifiedURL $value, array $data) class.method
Hook called after value has been verified by verifyValue() method above, but before it has been saved

FieldtypeVerifiedURL::saveVerification(Page $page, Field $field, VerifiedURL $value) class.method
Save verification info for VerifiedURL value


Modules

FieldtypePagesSelectorQuery 1.0.1
This module allows you to defined a Pages selector query ($pages>find()) as a field and attach it to a template. The results of the query (PageArray) are accessed like any other page field, $page->myQuery

TextformatterImageFieldMarkup 1.0.4
Allows you to use image fields inside markup languages, notably, Markdown and Textile in Processwire text fields

ProcessFieldChangeNotifier 0.6.0
Emails users with a given role when a watched field changes value.

FieldtypePhone 3.1.6
Field that stores phone numbers as 4 values for country, area code, number and extension and formats the output based on predefined or custom options.

FieldtypeSelectFile 1.0.5
Field that stores a filename from a folder.

InputfieldTime 0.2.2
Adds a fieldtype and Inputfield for MySQL TIME fields.

FieldtypePageWithDate 1.0.3
Field that stores one or more references to ProcessWire pages

FieldtypeHandsontable 0.0.4
Fieldtype to easily create Excel-Like Inputfields and store as JSON

FieldtypeButton 1.1.0
Field that stores 3 values for label, target and class (CSS). Output markup configurable in field settings.

InputfieldRecurme 1.0.1
A Recurring Dates InputField for your Processwire templates. Custom frontend and admin calendars. The InputField you’ve been waiting for. Complex RRule date repeating in a simple and fast user interface. Go on – make some plans. Use the super simple, & powerful API to output them into your templates.

MinimalFieldset 0.1.8
Adds a config option to fieldsets to render them without label or padding in Page Edit.

ProcessDebugPageFields 0.0.1
Module to help debug page fields in a readable manner.

FieldtypeOembed 1.1.6
Collect and store oEmbed data

TextformatterRemoveEmptyParagraphs 1.0.0
Textformatter to remove empty paragraphs from CKE fields

FieldtypeTable 0.1.9
This Fieldtype is the first of its kind in that it lets you literally define your own Fieldtype. Think of it kind of like a lean and mean repeater field, with no extra overhead.

FieldtypePoll 1.0.0
Simple poll field for ProcessWire

AddImageUrls 0.3.6
Allows images/files to be added to Image/File fields by pasting URLs.

FieldtypeMapMarker 3.0.0
This Fieldtype for ProcessWire 2.1+ holds an address or location name, and automatically geocodes the address to latitude/longitude using Google Maps API.

FormTemplateProcessor 1.0.1
Proof-of-concept module to let you use templates as web contact forms. Can send you email and/or save the submission to a page in your site. Intended to be a starting point and proof-of-concept, so you may want to take this further.

FieldtypeCropImage 1.0.3
Three modules that offer nice thumbnail cropping for ProcessWire. Fully compatible with normal image field.

ProcessPageCloneAdaptUrls 0.0.4
ProcessWire module that adapts links and img sources in CKEditor fields when cloning a page or page tree.

IntegerAutoIncrement 0.0.1
Adds additional option to Fieldtype Integer to make it auto increment.

HannaCodeDialog 0.5.3
Enhances the use of Hanna tags in CKEditor fields, including the dialog-based editing of Hanna tags.

RepeaterDepthHelper 0.1.1
Enforces some depth rules for Repeater fields on save, and provides a helper method that returns a nested depth structure for a Repeater field value.

SelectizeAll 0.1.4
Enables Selectize on all InputfieldSelect and InputfieldAsmSelect fields in the ProcessWire admin.

158 results


Blog

Output formatting in ProcessWire Blog
Pages have fields, fields have values, and those values can be either formatted or unformatted in ProcessWire. This post tells you everything you need to know about output formatting and how to use it to your benefit.

Using TinyMCE 6 in ProcessWire Blog
The TinyMCE 6 rich text editor opens up a lot of new and useful abilities for ProcessWire users. In this post, we'll take a look at a few of them, and how you can start using them now, with a focus on those that are unique to ProcessWire's adaptation of TinyMCE.

ProcessWire 3.0.177 core updates Blog
This week we focus in on a new and unique Inputfield module added to the core that enables a lot of useful new input capabilities for tags, sortable multiple selection and custom user input.

Front-end editing now in ProcessWire 3.0 alpha-4 Blog
This week we've got front-end editing now available for download and testing in version 3.0.1, aka alpha-4. We've also taken them quite a bit farther than what was introduced last week, and this post will be focused on covering all that you can do with it and how to use them.

Starting a site with the “blank” profile Blog
ProcessWire 3.0.200+ comes with just 1 site installation profile, the site-blank profile. This profile makes very few assumptions, making it a minimal though excellent starting point. Here’s how you might use it. 

Building custom admin pages with Process modules Blog
A tutorial on building custom admin pages in ProcessWire with Process modules, by Bernhard Baumrock.

Custom Fields Module Blog
This week we look at a new ProFields module named Custom Fields. This module provides a way to rapidly build out ProcessWire fields that contain any number of subfields/properties within them.

Using date range fields in ProcessWire Blog
This week we'll take a detailed look at the newest addition to the ProFields set of modules: the Date Range Fieldtype and Inputfield.

ProcessWire 2.6.19 plus guide to optional core modules Blog
ProcessWire 2.6.19 contains numerous updates working towards PW 2.7. This post also contains a comprehensive overview of optional (uninstalled) core modules, some of which you may want to install!

ProcessWire 3.0.14 updates file compiler, fields and more Blog
Getting closer to the ProcessWire 3.x stable release, version 3.0.14 focuses largely on updates and optimizations specific to recent GitHub issue reports. We also have optimizations and in-depth coverage of PW's file compiler, some new options for required fields, along with a review of some best practices when working with fields.

ProcessWire 3.0.200 new master/main version Blog
This new main/master version has more than 220 commits, resolves more than 80 issues, adds numerous new features, performance improvements and optimizations, and consumes HALF the disk space of our previous release. This post covers all the details.

ProcessWire 3.0.4: Repeaters Revisited + Preview of ProFields Matrix Blog
This week is all about repeaters, something that we didn't cover on the roadmap last week–we always like to save a few surprises to keep things interesting. We've also got a preview of the new Repeater Matrix field coming soon to the ProFields package.

ProcessWire 2.5 Changelog Blog
There have been a few changes and additions.

ProcessWire 3.0.73 and new Fieldset types Blog
This post is all about fieldsets in ProcessWire. Version 3.0.73 adds some nice UI upgrades when it comes to working with them. Plus we cover two new modules we have in development for managing groups of fields in fieldsets.

ProcessWire 2.5.7 creepy core updates Blog
AJAX file upload drafts. Field/template context now available for any field property. Configurable labels for "Content" and "Children" tabs in page editor… and more.

ProcessWire 3.0.244 new main/master version Blog
ProcessWire 3.0.244 is our newest main/master/stable version. It's been more than a year in the making and is packed with tons of new features, issue fixes, optimizations and more. This post covers all the details.

New User Activity module features and ProcessWire 3.0.206 Blog
This week we have ProcessWire 3.0.206 on the dev branch and a new version of the ProDevTools UserActivity module, which we'll take a closer look at in this post.

All about custom page classes in ProcessWire Blog
Everything you need to know about custom page classes, from beginner to advanced. You'll find time saving tips and tricks, pitfalls, best practices, and plenty of examples.

ProcessWire 3 master and changelog Blog
ProcessWire 3 is now officially released! In this post we cover all that's new in ProcessWire 3 relative to our previous major version.

ProcessWire FormBuilder v50 updates Blog
Today a new version of FormBuilder has been released in the FormBuilder support board (our 50th version) and it has a lot of interesting new features, which we'll take a closer look at in this post.

Permissions part 2: access control for languages and more special permissions (2.6.3) Blog
This week we added yet more field permission control–this time limiting edit access to fields by language. We also added a new page-rename permission. While we're at it, this post also describes the other special permissions you can use: page-publish and page-edit-created.

ProcessWire updates and new field types Blog
This week we've got a new multi-language email field, a tutorial on how to use file/image files as multi-language fields, plus we introduce a new and unique ProFields module that's in the works.

ProcessWire 3.0.126 core updates Blog
This week we take a look at what’s in ProcessWire 3.0.126 which focuses largely on resolving issue reports, but also includes a handy new $page->if() method. 

Major updates to ProFields Table field Blog
It's the 1-year anniversary of ProFields (or close to it anyway), so we've prepared a major update to ProFields Table to celebrate, and it's available for download now by registered users. This post goes in detail about all the new features that have been added.

ProcessWire 3.0.91 core updates Blog
This week we take a look at an interesting and useful new way to find pages in ProcessWire: by Fieldtype.

26 results


General

Page Auto Save and Live Preview Shop
This module enables automatic save and live preview features in the ProcessWire page editor.

Input dependencies (or field dependencies) Docs
Input and field dependencies enable you to specify the conditions under which a particular field in the page editor is shown or required.


Showcase

Conversations between Academics and Artists Showcase
Interdisciplinary conversations between artists and academics.

Rich Rosendale Showcase
Rich Rosedale is an American chef who brings an artistic balance of modern and classical elements to each dish. His site features his popular recipes and food dishes.

Independent Electrical Contractors of New England Showcase
IEC-NE is the region’s premier trade association representing Connecticut, Massachusetts and Rhode Island independent electrical and systems contractors. The responsive IEC website features a custom-built membership and event registration system and a back-end CRM system built entirely on ProcessWire pages and ListerPro, making for a totally seamless integration between the organization's website and customer database.

Systemic Disorder. Doctors and Patients in Nazi Germany Showcase
The Nazi takeover of Germany in 1933 led to profound changes in all areas of society—including the healthcare system. By presenting individual case studies, the exhibition “Systemic Disorder: Doctors and Patients in Nazi Germany” demonstrates how life’s possibilities were radically transformed, especially for Jewish doctors and patients. It highlights the trajectory of individual careers, and how new tasks—and new areas of conflict—arose in the healthcare sector. How was the “forced” conformity of the medical profession’s organizations also by acquiescence? What happened to the Reich’s Jewish and “politically undesirable” physicians? What kind of medical care did civilian and military prisoners receive at concentration camps? And how did doctors and healthcare policymakers try to maintain health services for the German populace until the end of the war?

Rum Doodle Digital Marketing Agency Showcase
Rum Doodle is a full service Digital Marketing Agency offering: SEO, PPC, Web Design, Social Media, Email Marketing and Video editing services

Tehama County Child Support Services Showcase
Tehama County Department of Child Support Services is one of 51 local child support agencies in California. Tehama Child Support Services manages over 4100 child support cases.

Blue Tomato Corporate Page Showcase
Corporate Page of Blue Tomato. Find information about the company and open positions.

Maloco and Associates Showcase
This is a prominant estate agent and solicitor in Fife. This site make extensive use of Lister Pro to allow them to manage the large number of properties listed in their site. The is a responsive revamp of a site that they had before built in a bespoke CMS and the client has reported Processwire to be much more intuitive.

René Paritschkow Art director portfolio page Showcase
Slick responsive portfolio website of the art director René Paritschkow from Dresden. Used technologies: AllInOneMinify, ProCache, Isotope, Handlebars, Plyr Video Player, Swiper, tinypng API, ITCSS, modernizr

New Journey Community Church Showcase
An extremely fast, modern church website leveraging ProcessWire's ability to customize client administration. The blog and sermon sections couldn't be easier for this church to post to!

g2 Field Marketing Showcase
g2 is a field marketing agency, creating profitable engagement with shoppers for leisure and lifestyle brands in retail across the UK and Ireland.

Carneros Resort and Spa Showcase
Luxury resort in Napa Valley.

Station Register of the Austrian Broadcasting and Telecommunications Regulatory Authority Showcase
Please see https://processwire.com/talk/topic/27856-station-register-of-the-austrian-broadcasting-and-telecommunications-regulatory-authority/

Meridian Custom Textiles Showcase
Business producing custom-tailored textiles and textile finishing. Also offering services for designing websites and print works.

First Processwire Work Blog Showcase
Made the switch! Processwire for my personal blog.

Auto Brückl Showcase
Deutsch: Die neue Website von Auto Brückl GmbH präsentiert das Tiroler Familienunternehmen modern und klar strukturiert: Von der Kfz-Werkstätte und Spenglerei über Sandstrahlanlage bis hin zur Industrielackierung – alles „aus einer Hand“. Entwickelt von der Werbeagentur Buerostark (www.buerostark.com) überzeugt die Seite durch eine nutzerfreundliche Navigation und zielgerichtete Leistungs­darstellung. 👉 www.brueckl.info English: The new website of Auto Brückl GmbH showcases the Tyrolean family business in a modern and clearly structured way: from the car workshop and body-shop to sandblasting facility and industrial painting — all “from a single source”. Developed by Werbeagentur Buerostark (www.buerostark.com), the site impresses with user-friendly navigation and targeted presentation of services. 👉 www.brueckl.info

Making the Connection Showcase
One-to-one positive training for dogs with behaviour problems in the Bath, Bristol, Somerset and Wiltshire areas.

Digital Marketing Montenegro Showcase
You know that feeling when you bump into an old friend on the street, and they haven't aged a day? Yeah, that's not my website. Let's be honest, it's rocking that "early 2000s internet" look harder than a teenager with skinny jeans in 2024. But hey, at least it's built on ProcessWire! *fist bump*. Time for a makeover, buddy, and ProcessWire's here to make it less "myspace" and more "modern masterpiece."

Association and Foundation for Indigenous Communities in Paraguay Showcase
Association and Foundation for Indigenous Communities in Paraguay. Our foundation and associations are committed to indigenous rights and environmental protection in the Paraguayan Chaco.

Academic Support Programs at the University of Washington Showcase
Tutoring, study centers, & peer mentoring opportunities for UW undergraduates.

Orpot Web Design and Development Showcase
We are a group of professionals who together have more than 20 years of experience in the design and development of websites, we have worked in various agencies and gained experience to offer our services. We use diverse technologies to achieve attractive and functional sites. We currently offer our services to clients from all over Mexico, USA and Canada.

Roger Shapiro Fund for New Music Showcase
Established by composer/pianist Dina Koston, who named the fund after her husband, psychiatrist Roger Shapiro, the Roger Shapiro Fund is a new fund for commissioning, performance and recording of New Music.

Alval Language Systems Showcase
ALVAL LANGUAGE SYSTEMS is a Chilean company that implements full educational solutions for language teachers and provides students with modern, efficient and fun learning systems.

Niinivaaran auto Showcase
Quality car dealership in Joensuu, Finland. Integration between ProcessWire website and Autosofta.

Systemic Disorder. Doctors and Patients in Nazi Germany Showcase
The Nazi takeover of Germany in 1933 led to profound changes in all areas of society—including the healthcare system. By presenting individual case studies, the exhibition “Systemic Disorder: Doctors and Patients in Nazi Germany” demonstrates how life’s possibilities were radically transformed, especially for Jewish doctors and patients. On the website you will find all the content of the exhibition banners, interviews with eyewitnesses and their descendants, and an exploration of visual antisemitism.

36 results


Forums

Search forums for “save field value”