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
AdoptDefaultsFromParents 0.0.3
Fills fields of newly added pages with corresponding field-values of their parents. Configurable by setting "giving templates" and "adopting fields".
FieldInitialValue 0.1.4
For most field types, allows the definition of an initial value that is automatically set when pages are created.
AutoFbPost 1.0.5
Automatic post on Facebook when page is saved
AdminSaveActions 1.0.1
Module that lets the user choose what happens after a saving a page, template or field.
AdminPreSaveValidation 1.1.2
Forces admin editors to fix all errors before saving a page.
PageReferenceDefaultValue 0.1.0
Allows a default value to be defined for certain Page Reference inputfield types that don't already support a default value.
FieldtypeButton 1.1.0
Field that stores 3 values for label, target and class (CSS). Output markup configurable in field settings.
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.
SymmetricEncryptedText 0.1.4
Store values of text fields in the database encrypted
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
FieldtypeFields 0.0.2
Field storing field references.
InputfieldImageMarkdownCodeAdditionalFields 1.0.2
Adds information to image fields. Helpful when using the markdown editor in text fields.
ShowImageCustomFieldErrors 0.1.1
Makes custom fields for images visible when there is an error, e.g. empty required fields.
FieldtypeConcat 1.0.6
Fieldtype that concatenates the values from one or more other fields at runtime. The resulting value can also contain additional formatting and/or words as needed.
FieldtypeSelectExtOption 2.2.1
Fieldtype which generates the options for a Select Inputfield from any table of any (accessible) database. Define the source table, columns (to pull value & label) and the preferred Inputfieldtype (Select, Radios, Checkboxes SelectMultiple or ASMSelect) in field settings. Access to all values in the corresponding row of the source table via API. Frontend safe.
HelperFieldLinks 1.0.9
Adds shortcut edit link to all input fields on page edit. Adds shortcut edit link for the selected template. Only visible for superusers.
PageEditFieldPermission 0.0.3
Enables you to limit edit access (by role) to any field in the page editor.
VersionControlForTextFields 1.3.9
Simplified version control for text type fields.
FieldtypePoll 1.0.0
Simple poll field for ProcessWire
ProcessPageFieldSelectCreator 0.5.12
Automated creation of Page fields, along with the templates and page tree for their source.
FieldtypeEvents 0.0.4
Field that stores a table of events for a page. This modules serves as an example of creating an editable table of data as a Fieldtype and Inputfield in ProcessWire.
FieldtypeSelectFile 1.0.5
Field that stores a filename from a folder.
FieldtypePDF 2.0.1
Fieldtype/Inputfield module allowing easy generation of thumbnails of the PDF files
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.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.
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.
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.
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.
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 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.
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.
Page's best kept secret: the meta() method Blog
In ProcessWire, every page has a built-in key-value store that requires zero field configuration, zero template changes, and zero admin clutter.
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.
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.
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
Gekko Field Marketing Showcase
Gekko are an effective full service UK field marketing agency. They approached 999 Design to overhaul their brand communications and refresh their visual identity. Built to be fully responsive, the new ProcessWire site allows Gekko to demonstrate their leadership in the sector and highlight their achievements, expertise and opinion.
g2 Field Marketing Showcase
Focusing on bringing your brand together with shoppers. This connective thinking creates solutions that transform audience engagement and deliver outstanding results for leisure and lifestyle brands.
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.
Trivium Art History Showcase
Trivium Art History is platform for telling the violent, sexy stories of the inspiration, motivation, and politics behind human creativity.
Making the Connection Showcase
One-to-one positive training for dogs with behaviour problems in the Bath, Bristol, Somerset and Wiltshire areas.
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.
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 Leistungsdarstellung. 👉 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
Niinivaaran auto Showcase
Quality car dealership in Joensuu, Finland. Integration between ProcessWire website and Autosofta.
VROOM auto ads Showcase
VROOM is an auto ads portal built with professional used car dealers in mind.
Auto-Webel GmbH Showcase
Auto-Webel is a german transportation service provider with a fleet of busses and taxicabs which main focus is on local public transport.
Maisch Mineralien Import Showcase
As a family business, Maisch Minerals Import in Freising (Germany) passes on knowledge about natural stones and minerals from generation to generation. They source their select range directly from the countries of origin in order to supply specialist retailers, museum shops, souvenir shops and other resellers.
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.
Academic Support Programs at the University of Washington Showcase
Tutoring, study centers, & peer mentoring opportunities for UW undergraduates.
Beagle Marketing Automation Showcase
We built this site for our Marketing Automation Platform, Beagle. It uses, of course, Beagle for Lead Generation and onboarding customers. We love Processwire because it allows us to be flexible and rapidly iterate our site and test new things.
PJA advertising + marketing Showcase
Single page agency site. Partially responsive, SEO friendly and super fast thanks to ProcessWire.
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
Husky Marketing Planner Showcase
Husky is a project management tool, 100% tailor-made for marketers and marketing teams. Husky improves your efficiency, gives you more overview and makes internal communication way easier.
Meridian Custom Textiles Showcase
Business producing custom-tailored textiles and textile finishing. Also offering services for designing websites and print works.
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."
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.
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
Blue Tomato Corporate Page Showcase
Corporate Page of Blue Tomato. Find information about the company and open positions.
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.
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.
New Focus Recordings Showcase
New Focus Recordings is an artist led collective label featuring releases in contemporary music of many stripes, as well as new approaches to older repertoire. The label was founded by guitarist Dan Lippel and composer Peter Gilbert in 2003, with engineer/composer Ryan Streber playing a large role in the development of the label since 2004.